]> Savannah Git Hosting - gnulib.git/commit
stdalign: port to xlclang 16.01
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Dec 2019 18:16:13 +0000 (10:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Dec 2019 18:16:40 +0000 (10:16 -0800)
commitc39f9e1ad7f0b795bf09ed7c323a89077a8b4382
treec4a53c5c6d35adb5dba6c2b7ff4d6bc82834902d
parentfbfc2664030502c0cad8ba1ff6d8d328e3843509
stdalign: port to xlclang 16.01

Problem reportd by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2019-12/msg00064.html
* lib/stdalign.in.h (_Alignas): Do not use __attribute__
((__aligned__ (...))) with xlclang, as a top-level
‘char __attribute__ ((__aligned__ (8))) c;’ does not work with
xlclang version 16.01.0000.0001; the alignment directive is ignored.
ChangeLog
lib/stdalign.in.h