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