freebsd-dev/contrib/byacc/test/btyacc/err_inherit3.error
Baptiste Daroussin bb9eb45ab4 Update to byacc 20140715 (only concerns regression tests being fixed)
Directly use regression test from upstream

PR:		191020
Submitted by:	gcooper (yaneurabeya@gmail.com)
2014-07-17 22:22:38 +00:00

24 lines
1.1 KiB
Plaintext

YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previous declaration
YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
namelist: namelist($c) NAME
^
YACC: w - line 64 of "./err_inherit3.y", unknown argument $c
YACC: w - line 64 of "./err_inherit3.y", untyped argument $c
YACC: w - line 65 of "./err_inherit3.y", unknown argument $t
{ $$->s = mksymbol($<tval>t, $<cval>c, $2);
^
YACC: w - line 65 of "./err_inherit3.y", unknown argument $c
{ $$->s = mksymbol($<tval>t, $<cval>c, $2);
^
YACC: w - line 69 of "./err_inherit3.y", unknown argument $t
{ $$->s = mksymbol($t, $c, $1);
^
YACC: w - line 69 of "./err_inherit3.y", untyped argument $t
YACC: w - line 69 of "./err_inherit3.y", unknown argument $c
{ $$->s = mksymbol($t, $c, $1);
^
YACC: w - line 69 of "./err_inherit3.y", untyped argument $c
YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
YACC: 1 rule never reduced
YACC: 3 shift/reduce conflicts.