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 3686172..399be2e 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 82c9e1c..62d5cbd 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: