# HG changeset patch # User Paul Eggert # Date 1320615158 28800 # Node ID 910a456a8fda22887a5863e0e8ed19ad88a4e59e # Parent e2ff993ff145475bccabcc29e1b19119366a8625 * doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-06 Paul Eggert + + * doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID. + 2011-11-06 Bruno Haible copysignl: Fix result for zero argument on HP-UX 11 with HP C. diff --git a/doc/posix-headers/stdalign.texi b/doc/posix-headers/stdalign.texi --- a/doc/posix-headers/stdalign.texi +++ b/doc/posix-headers/stdalign.texi @@ -39,7 +39,9 @@ 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{} must be #included before @samp{_Alignas} and @samp{_Alignof} can be used.