bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] stdalign: doc fix


From: Paul Eggert
Subject: [PATCH] stdalign: doc fix
Date: Sat, 30 Mar 2013 10:22:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

---
 ChangeLog                       | 6 ++++++
 doc/posix-headers/stdalign.texi | 4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 768f3a7..348e091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-30  Paul Eggert  <address@hidden>
+
+       stdalign: doc fix
+       * doc/posix-headers/stdalign.texi (stdalign.h):
+       Gnulib doesn't support '_Alignof expr'.
+
 2013-03-29  Paul Eggert  <address@hidden>
 
        stdalign: port to stricter ISO C11
diff --git a/doc/posix-headers/stdalign.texi b/doc/posix-headers/stdalign.texi
index cad83f6..036560d 100644
--- a/doc/posix-headers/stdalign.texi
+++ b/doc/posix-headers/stdalign.texi
@@ -28,9 +28,7 @@ Portability problems not fixed by Gnulib:
 In ISO C11, the operand of @code{alignof}/@code{_Alignof} must be a
 parenthesized type.  Recent versions of GCC support an extension in
 which the operand can also be a unary expression, as with
address@hidden  We don't know of any compilers that support
address@hidden/@code{_Alignof} without also supporting this extension;
-if you find one please let us know.
address@hidden  The Gnulib substitute does not support this extension.
 @item
 @code{_Alignas} and @code{alignas} are not always supported;
 on platforms lacking support, the
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]