X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-headers%2Fstdalign.texi;h=8e34673a490cbdf0b3f2edef949e89a4130985ad;hb=81c71120400c0f49c1429bf4b5d5ad89c151123a;hp=82c9e1c3e70fafddb46f00e943331c49ca703b8e;hpb=eec8a6915839cfe54a520732da01250cea844314;p=gnulib.git diff --git a/doc/posix-headers/stdalign.texi b/doc/posix-headers/stdalign.texi index 82c9e1c3e..8e34673a4 100644 --- a/doc/posix-headers/stdalign.texi +++ b/doc/posix-headers/stdalign.texi @@ -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{} 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: @@ -47,8 +50,8 @@ 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. +@code{} must be #included before @code{_Alignas} and +@code{_Alignof} can be used. @item You cannot assume that @code{_Alignas} and @code{_Alignof} are reserved words; they might be macros.