mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-24 08:40:38 +00:00
lalr1.cc: don't discard non-existent lookahead on syntax error.
* data/lalr1.cc (parser::parse): Check yyempty first. * tests/c++.at (Syntax error discarding no lookahead): New test group.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-12-18 Joel E. Denny <[email protected]>
|
||||
|
||||
lalr1.cc: don't discard non-existent lookahead on syntax error.
|
||||
* data/lalr1.cc (parser::parse): Check yyempty first.
|
||||
* tests/c++.at (Syntax error discarding no lookahead): New test
|
||||
group.
|
||||
|
||||
2009-12-17 Joel E. Denny <[email protected]>
|
||||
|
||||
Code cleanup.
|
||||
|
||||
Reference in New Issue
Block a user