mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
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.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2009-08-25 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
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.
|
||||
|
||||
2009-08-25 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Some code and documentation improvements.
|
||||
|
||||
Reference in New Issue
Block a user