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 fa6d5d5..d78a589 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)