]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: pacify gcc 4.6.0's -Wunused-but-set-variable.
[bison.git] / ChangeLog
index fa6198ca8fc0990395220c6f7c3f07ed67ecf463..ee6abc5b803740a4b1ff0bbf4c235eec4983062f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-04-16  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       tests: pacify gcc 4.6.0's -Wunused-but-set-variable.
+       Reported by Jim Meyering at
+       <http://lists.gnu.org/archive/html/bug-bison/2011-04/msg00002.html>.
+       * tests/actions.at
+       (Default %printer and %destructor for mid-rule values): Define
+       YYLLOC_DEFAULT so that it uses its Rhs argument.
+
 2011-04-16  Joel E. Denny  <joeldenny@joeldenny.org>
 
        glr.c: omit yyresolveLocations when locations are disabled.