summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-09-09 02:05:32 +0000
committerBruno Haible <bruno@clisp.org>2007-09-09 02:05:32 +0000
commitfc599936bd0c63b02544482453756917eb91ef8f (patch)
tree45675507ed53f43b8256c07c6df6d1b7eac364c0 /ChangeLog
parent597eaaa4ab1ca547355707ba451780d16999e2ad (diff)
downloadgperf-fc599936bd0c63b02544482453756917eb91ef8f.tar.gz
Change generated code to avoid a warning by GCC 4.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93c8cbb..dc484bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2007-09-08 Bruno Haible <bruno@clisp.org>
+ Change generated code to avoid a warning by GCC 4.2 that the meaning
+ of __inline will be changed (!).
+ * src/output.cc (Output::output_lookup_function): Emit the inline
+ marker also for gcc-4.2 in c99 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 Jim Meyering <jim@meyering.net>.
+
+2007-09-08 Bruno Haible <bruno@clisp.org>
+
Allow creating the HTML documentation with texi2html or makeinfo.
* doc/texi2html: New file, from GNU gettext.
* doc/Makefile.in (TEXI2HTML): Invoke it.