]> Savannah Git Hosting - gnulib.git/commit
Work around some Oracle Studio attribute bugs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Jul 2020 16:27:18 +0000 (09:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Jul 2020 16:33:33 +0000 (09:33 -0700)
commit07b53741527d456011fcc45d7e385c3c835d5cc2
treecdb35fd6e2d9f33bdf576a997cf48ce8d5858fc3
parent0b273fff2f1bcec210669dad3a4eaaafe1089aba
Work around some Oracle Studio attribute bugs

These were discovered when building bleeding-edge Emacs with
Oracle Studio.
* m4/gnulib-common.m4 (_GL_ATTRIBUTE_COLD, _GL_ATTRIBUTE_MAY_ALIAS):
Port to Oracle Studio 12.6, which mishandles __attribute__
((__cold__)) and __attribute__ ((__may_alias__)) even though
__has_attribute says they work.
ChangeLog
m4/gnulib-common.m4