xref: /freebsd/contrib/byacc/test/btyacc/err_inherit3.error (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*bb9eb45aSBaptiste DaroussinYACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previous declaration
2*bb9eb45aSBaptiste DaroussinYACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
30c8de5b0SBaptiste Daroussinnamelist: namelist($c) NAME
40c8de5b0SBaptiste Daroussin                       ^
5*bb9eb45aSBaptiste DaroussinYACC: w - line 64 of "./err_inherit3.y", unknown argument $c
6*bb9eb45aSBaptiste DaroussinYACC: w - line 64 of "./err_inherit3.y", untyped argument $c
7*bb9eb45aSBaptiste DaroussinYACC: w - line 65 of "./err_inherit3.y", unknown argument $t
80c8de5b0SBaptiste Daroussin	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
90c8de5b0SBaptiste Daroussin	                       ^
10*bb9eb45aSBaptiste DaroussinYACC: w - line 65 of "./err_inherit3.y", unknown argument $c
110c8de5b0SBaptiste Daroussin	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
120c8de5b0SBaptiste Daroussin	                                 ^
13*bb9eb45aSBaptiste DaroussinYACC: w - line 69 of "./err_inherit3.y", unknown argument $t
140c8de5b0SBaptiste Daroussin	    { $$->s = mksymbol($t, $c, $1);
150c8de5b0SBaptiste Daroussin	                         ^
16*bb9eb45aSBaptiste DaroussinYACC: w - line 69 of "./err_inherit3.y", untyped argument $t
17*bb9eb45aSBaptiste DaroussinYACC: w - line 69 of "./err_inherit3.y", unknown argument $c
180c8de5b0SBaptiste Daroussin	    { $$->s = mksymbol($t, $c, $1);
190c8de5b0SBaptiste Daroussin	                             ^
20*bb9eb45aSBaptiste DaroussinYACC: w - line 69 of "./err_inherit3.y", untyped argument $c
21*bb9eb45aSBaptiste DaroussinYACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
220c8de5b0SBaptiste DaroussinYACC: 1 rule never reduced
230c8de5b0SBaptiste DaroussinYACC: 3 shift/reduce conflicts.
24