]> git.saurik.com Git - bison.git/commit - data/yacc.c
Fix %error-verbose for conflicts resolved by %nonassoc.
authorJoel E. Denny <jdenny@clemson.edu>
Tue, 25 Aug 2009 05:13:02 +0000 (01:13 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Tue, 25 Aug 2009 06:57:15 +0000 (02:57 -0400)
commit53f036ce027289d3f5e70c88735b88aa6725381d
tree6a8e676a13d68a5f6ec4946e168b20cc1d8e37f7
parent87412882128fc3ae807f47db23884552f5841e74
Fix %error-verbose for conflicts resolved by %nonassoc.

* NEWS (2.5): Document.
* data/glr.c (yyreportSyntaxError): Fix this by checking
yyis_table_ninf.
* data/yacc.c (yysyntax_error): Likewise.
* data/lalr1.cc (yysyntax_error_): Fix this by checking
yytable_ninf_.
* data/lalr1.java (yysyntax_error): Likewise.
* tests/conflicts.at (%nonassoc and eof): Update expected output
and remove FIXME.
ChangeLog
NEWS
data/glr.c
data/lalr1.cc
data/lalr1.java
data/yacc.c
src/parse-gram.c
src/parse-gram.h
tests/conflicts.at