summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-03 13:38:03 +0100
committerBruno Haible <bruno@clisp.org>2021-01-03 13:56:59 +0100
commit8f8078d797e919f4f351969c8744fc6f34f49f69 (patch)
tree0f1d17660c7a3673eb68864436da820410319cf0 /doc
parent5d1dafd8346fda4e268bcf1747dc97925d1ab576 (diff)
downloadgnulib-8f8078d797e919f4f351969c8744fc6f34f49f69.tar.gz
stddef: Override wrong max_align_t on AIX 7 with xlc in 64-bit mode.
* m4/stddef_h.m4 (gl_STDDEF_H): Make check for good max_align_t stricter: Add tests for offsetof-based alignof. * lib/stddef.in.h (max_align_t): Override on AIX in 64-bit mode. * doc/posix-headers/stddef.texi: Document the AIX max_align_t bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/stddef.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-headers/stddef.texi b/doc/posix-headers/stddef.texi
index 33018efa30..dbc01034f6 100644
--- a/doc/posix-headers/stddef.texi
+++ b/doc/posix-headers/stddef.texi
@@ -13,7 +13,7 @@ NetBSD 8.0, Solaris 11.0, and others.
@item
@code{max_align_t} does not have the expected alignment on some platforms:
-NetBSD 8.0/x86.
+NetBSD 8.0/x86, AIX 7.2 with xlc in 64-bit mode.
@item
Some old platforms fail to provide @code{wchar_t}.