mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
Fix some errors that were causing testsuite failures for GLR.
* data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove compiler errors when using %debug. Add declaration of yylow when locations in use to avoid compilation error. (yyglrReduce): Conditionalize message "Parse ... rejected by rule..." on whether we are in split mode, for consistency with behavior of non-GLR parsing.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2010-09-08 Paul Hilfinger <hilfinger@cs.berkeley.edu>
|
||||
|
||||
* data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove
|
||||
compiler errors when using %debug.
|
||||
Add declaration of yylow when locations in use to avoid compilation
|
||||
error.
|
||||
(yyglrReduce): Conditionalize message "Parse ... rejected by rule..."
|
||||
on whether we are in split mode, for consistency with behavior of
|
||||
non-GLR parsing.
|
||||
|
||||
2010-09-01 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Address GCC warnings about shadowed local variables (yyflag).
|
||||
|
||||
Reference in New Issue
Block a user