mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Fix the `GAWK Grammar' failure.
* src/LR0.c (final_state): Initialize to -1 so that we do compute the reductions of the first state which was mistakenly confused with the final state because precisely final_state was initialized to 0. * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads, now noticed by Bison. * tests/regression.at (Rule Line Numbers): Adjust: state 0 does have a reduction on $default.
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Fix the `GAWK Grammar' failure.
|
||||
|
||||
* src/LR0.c (final_state): Initialize to -1 so that we do compute
|
||||
the reductions of the first state which was mistakenly confused
|
||||
with the final state because precisely final_state was initialized
|
||||
to 0.
|
||||
* tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
|
||||
now noticed by Bison.
|
||||
* tests/regression.at (Rule Line Numbers): Adjust: state 0 does
|
||||
have a reduction on $default.
|
||||
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.c (ritem_print): Be sure to subtract 1 when displaying
|
||||
|
||||
Reference in New Issue
Block a user