]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
In warnings, say "previous declaration" rather than "first
[bison.git] / ChangeLog
index 614a3982221fc562eae4e0c1b7b55f651db48239..831687b67030dd21126d440fe244189fa724fbfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-07-07  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       In warnings, say "previous declaration" rather than "first
+       declaration".
+       * src/symtab.c (redeclaration): Do that here.
+       * src/reader.c (record_merge_function_type): In the case of a result
+       type clash, report the previous declaration rather than the very first
+       one in the grammar file.
+       * tests/glr-regression.at (Missed %merge type warnings when LHS type is
+       declared later): Add a third declaration to check this behavior.
+       * tests/input.at (Incompatible Aliases): Update output.
+
 2006-06-27  Akim Demaille  <akim@epita.fr>
 
        * doc/Doxyfile.in: New.