]> Savannah Git Hosting - gnulib.git/commitdiff
* doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2011 21:32:38 +0000 (13:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2011 21:32:59 +0000 (13:32 -0800)
ChangeLog
doc/posix-headers/stdalign.texi

index 7806432312e48425daa454602f8b992cf23177d2..8cb5575c4197b41123639d23ce02eb3c81579382 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID.
+
 2011-11-06  Bruno Haible  <bruno@clisp.org>
 
        copysignl: Fix result for zero argument on HP-UX 11 with HP C.
index 9d2499a108acd2f15d5e547c65feec28cf6c4087..b3d39f05c3a740e80befc236860625279a225b03 100644 (file)
@@ -39,7 +39,9 @@ at least 10.0.
 The Sun C 5.11 compiler sometimes mishandles the alignment of multiple
 external variables that are declared close together with
 @code{_Alignas}/@code{alignas}.  This compiler bug causes the Gnulib
-module @code{stdalign-tests} to fail.
+module @code{stdalign-tests} to fail.  The Sun Studio Developer Bug
+Report Review Team assigned the internal review ID 2125432 (dated
+2011-11-01) to this issue.
 @item
 @code{<stdalign.h>} must be #included before @samp{_Alignas} and
 @samp{_Alignof} can be used.