]> Savannah Git Hosting - gnulib.git/commit
extern-inline: no need for workaround in GCC 5.1
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Apr 2015 02:47:12 +0000 (19:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Apr 2015 02:47:38 +0000 (19:47 -0700)
commit44f73b8deccadf3e0d668f493d7dc3babcaa3144
treee66c1990c9ceb5ada03131934c3cc50860681281
parent23741e575d001ac719701dc2f07b29e23a2a1e8c
extern-inline: no need for workaround in GCC 5.1

* doc/extern-inline.texi (extern inline):
* m4/extern-inline.m4 (gl_EXTERN_INLINE):
GCC bugs 54113 and 63877 are fixed in GCC 5.1, so don't work
around these bugs in GCC 5.1 and later.  Maybe in a decade or
two we can remove these workarounds.
ChangeLog
doc/extern-inline.texi
m4/extern-inline.m4