summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-21 12:34:00 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-21 12:34:54 -0800
commitdb512249ddb02221716fd01f13b5ac6c045ed773 (patch)
tree212122cfa697013f44bc3e435385e120738ae4a3 /lib
parentaa5a7948431437fc09931ac21eb05f365e1f8876 (diff)
downloademacs-db512249ddb02221716fd01f13b5ac6c045ed773.tar.gz
Sync with gnulib
This incorporates: 2016-02-10 stdalign: port to older HP and IBM cc * doc/misc/texinfo.tex, lib/stdalign.in.h: Copy from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/stdalign.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdalign.in.h b/lib/stdalign.in.h
index cd8395681d9..12f8a15b316 100644
--- a/lib/stdalign.in.h
+++ b/lib/stdalign.in.h
@@ -103,8 +103,8 @@
# elif ((defined __APPLE__ && defined __MACH__ \
? 4 < __GNUC__ + (1 <= __GNUC_MINOR__) \
: __GNUC__) \
- || __HP_cc || __HP_aCC || __IBMC__ || __IBMCPP__ \
- || __ICC || 0x590 <= __SUNPRO_C)
+ || 061200 <= __HP_cc || 061200 <= __HP_aCC \
+ || __ICC || 0x590 <= __SUNPRO_C || 0x0600 <= __xlC__)
# define _Alignas(a) __attribute__ ((__aligned__ (a)))
# elif 1300 <= _MSC_VER
# define _Alignas(a) __declspec (align (a))