mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
cex: fix crash from zombie result
Fixes the SEGV in test 247 (counterexample.at:195): "S/R after first token". * src/counterexample.c: here. * tests/counterexample.at: Fix expectations.
This commit is contained in:
committed by
Akim Demaille
parent
93c849ef0d
commit
66283fb625
@@ -222,8 +222,8 @@ Shift-Reduce Conflict:
|
||||
10: 8 x: X .
|
||||
10: 9 xx: X . X
|
||||
On Symbol: X
|
||||
First Example X • X
|
||||
First derivation t ::=[ x ::=[ X • ] X ]
|
||||
First Example X • X xy
|
||||
First derivation a ::=[ x ::=[ X • ] t ::=[ X xy ] ]
|
||||
Second Example A X • X
|
||||
Second derivation a ::=[ t ::=[ A xx ::=[ X • X ] ] ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user