]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: add -pedantic for --enable-gcc-warnings.
[bison.git] / ChangeLog
index b1d9ba4e47f7e66afac40cf87369261d731f080f..f1175f8f7c16255daf2f0e3dd66007cf20ca9a37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-21  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       tests: add -pedantic for --enable-gcc-warnings.
+       This should help to avoid some portability problems.  For example,
+       it would have revealed the empty unions fixed by the last patch
+       * configure.ac (WARN_CFLAGS_TESTS, WARN_CXXFLAGS_TEST): Implement.
+       * tests/synclines.at (AT_TEST_SYNCLINE): Avoid -pedantic warning
+       about an empty translation unit.
+
 2011-08-21  Joel E. Denny  <joeldenny@joeldenny.org>
 
        tests: fix empty unions.