]> Savannah Git Hosting - gnulib.git/commit
alignasof: port to IBM XL C 16.1
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jan 2025 06:06:55 +0000 (22:06 -0800)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Feb 2025 09:55:18 +0000 (10:55 +0100)
commit7f105648709691ee56bc59dbb2f5cf0a367f9b50
tree6c22d393d209a2fc2a7d4d38632713db4378e3e8
parente20efe7ce0cc187e5ad81b738a8bef33732cb6f0
alignasof: port to IBM XL C 16.1

* doc/gnulib.texi (alignof):
Improve doc to match implementation better.
* m4/stdalign.m4 (alignas): Do not define to _Alignas
if __xlC__ claims to conform to C11, because _Alignas fails with
weird diagnostics "Unexpected text %1$s encountered."
* tests/test-alignasof.c (TEST_ALIGNMENT, alignas):
Follow doc advice.
ChangeLog
doc/gnulib.texi
m4/stdalign.m4
tests/test-alignasof.c