From b64318247b74481e02caacf4c46d83f07be2b88d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 27 Jan 2012 10:22:51 -0800 Subject: [PATCH] Fix bug# typo in previous patch. --- m4/stdalign.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.11.0