]> Savannah Git Hosting - gnulib.git/commitdiff
Fix bug# typo in previous patch.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jan 2012 18:22:51 +0000 (10:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jan 2012 18:22:51 +0000 (10:22 -0800)
m4/stdalign.m4

index fa6d5d55bd7526f7f2c70bb82591c1b4aaa9a695..d78a589808974a97ea11dba639c978973af8ec4e 100644 (file)
@@ -17,8 +17,8 @@ AC_DEFUN([gl_STDALIGN_H],
             #include <stddef.h>
 
             /* Test that alignof yields a result consistent with offsetof.
-               This catches GCC bug 51316
-               <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51316>.  */
+               This catches GCC bug 52023
+               <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>.  */
             #ifdef __cplusplus
                template <class t> struct alignof_helper { char a; t b; };
             # define ao(type) offsetof (alignof_helper<type>, b)