stdalign: tweak version# and test for HP-UX IA64
commit92869ecabac197e41976d4c7785dd82d85165e0f
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Mar 2017 16:34:23 +0000 (19 09:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Mar 2017 16:34:46 +0000 (19 09:34 -0700)
tree3ba2ae9770f0d9148b6e6e4a18d0198e44cdf3ea
parentfef4a135e413afbe21d8522e4d6a80a55cb8eec0
stdalign: tweak version# and test for HP-UX IA64

Problems reported by Bruno Haible in:
http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00078.html
* lib/stdalign.in.h (_Alignas):
* m4/stdalign.m4 (gl_STDALIGN_H):
Use octal, not decimal, for __HP_cc version.  Perhaps HP formerly
used octal (as that is how they document it), but it is decimal in
practice now and the ancient implementations no longer matter.
* tests/test-stdalign.c (main) [__HP_cc && __ia64]: Skip test.
ChangeLog
lib/stdalign.in.h
m4/stdalign.m4
tests/test-stdalign.c