mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
Mid-rule actions are simply... ignored!
* src/reader.c (readgram): Be sure to attach mid-rule actions to the empty-rule associated to the dummy symbol, not to the host rule. * tests/actions.at (Mid-rule actions): New.
This commit is contained in:
@@ -25,7 +25,8 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
||||
|
||||
TESTSUITE_AT = \
|
||||
testsuite.at \
|
||||
output.at sets.at reduce.at calc.at torture.at regression.at \
|
||||
output.at sets.at reduce.at actions.at calc.at \
|
||||
torture.at regression.at \
|
||||
semantic.at
|
||||
|
||||
TESTSUITE = $(srcdir)/testsuite
|
||||
|
||||
Reference in New Issue
Block a user