1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Change generated code after the meaning of __inline is changed in GCC 4.3.

This commit is contained in:
Bruno Haible
2007-03-31 15:16:05 +00:00
parent 89f5335289
commit 0e4abdfd81
17 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
2007-03-31 Bruno Haible <bruno@clisp.org>
Change generated code after the meaning of __inline is changed in
GCC 4.3.
* src/output.cc (Output::output_lookup_function): Emit an inline
marker that also works with gcc-4.3 in c99 or gnu99 mode.
* tests/c-parse.exp, tests/charsets.exp, tests/chill.exp,
tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp,
tests/java.exp, tests/languages.exp, tests/modula2.exp,
tests/objc.exp, tests/permut2.exp, tests/permut3.exp,
tests/permutc2.exp, tests/test-4.exp: Update.
Reported by Bruce Korb <Bruce.Korb@gmail.com>.
2006-06-29 Brendan Kehoe <brendan@zen.org>
* gperf-3.0.2 released.