]> Savannah Git Hosting - gnulib.git/commitdiff
stdalign: Document the last change.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Jan 2012 20:20:39 +0000 (21:20 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Jan 2012 20:20:39 +0000 (21:20 +0100)
* doc/posix-headers/stdalign.texi: Mention GCC bug 52023.

ChangeLog
doc/posix-headers/stdalign.texi

index 36861724d0fd64f58f51eadbcea434920173cd46..399be2e838363d8ab4bc0772d4badbd27fa7e57e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-27  Bruno Haible  <bruno@clisp.org>
+
+       stdalign: Document the last change.
+       * doc/posix-headers/stdalign.texi: Mention GCC bug 52023.
+
 2012-01-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        stdalign: check that alignof and offsetof are consistent
index 82c9e1c3e70fafddb46f00e943331c49ca703b8e..62d5cbd7cfde7985380a36de14552c0bc573b798 100644 (file)
@@ -17,6 +17,9 @@ Portability problems fixed by Gnulib:
 This header file is missing on most circa-2011 platforms.
 @item
 Clang 3.0's @code{<stdalign.h>} does not define @code{alignof}/@code{_Alignof}.
+@item
+The @code{alignof} and @code{_Alignof} macros return too large values for
+the types @code{double} and @code{long long} in GCC 4.7.0.
 @end itemize
 
 Portability problems not fixed by Gnulib: