From: Paul Eggert Date: Fri, 27 Jan 2012 18:22:51 +0000 (-0800) Subject: Fix bug# typo in previous patch. X-Git-Tag: v0.1~1207 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b64318247b74481e02caacf4c46d83f07be2b88d;p=gnulib.git Fix bug# typo in previous patch. --- diff --git a/m4/stdalign.m4 b/m4/stdalign.m4 index fa6d5d55b..d78a58980 100644 --- a/m4/stdalign.m4 +++ b/m4/stdalign.m4 @@ -17,8 +17,8 @@ AC_DEFUN([gl_STDALIGN_H], #include /* Test that alignof yields a result consistent with offsetof. - This catches GCC bug 51316 - . */ + This catches GCC bug 52023 + . */ #ifdef __cplusplus template struct alignof_helper { char a; t b; }; # define ao(type) offsetof (alignof_helper, b)