summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/btyacc/err_inherit4.error
blob: 00eb9890a533f60d37e112891191252bd9da8070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
YACC: w - line 32 of "./test/err_inherit4.y", destructor redeclared
%destructor	{
           	^
YACC: w - line 77 of "./test/err_inherit4.y", wrong number of default arguments for namelist
	{ $$ = $1; @$ = @2; }
	^
YACC: w - line 77 of "./test/err_inherit4.y", wrong type for default argument 2 to namelist
	{ $$ = $1; @$ = @2; }
	^
YACC: w - line 77 of "./test/err_inherit4.y", wrong type for default argument 1 to namelist
	{ $$ = $1; @$ = @2; }
	^
YACC: w - line 77 of "./test/err_inherit4.y", @2 references beyond the end of the current rule
OpenPOWER on IntegriCloud