Displaying 3 results from an estimated 3 matches for "yyerrlab".
Did you mean:
yyerrlab1
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
...de/values.h:47: warning: `MAXLONG' redefined
../../include/winnt.h:492: warning: this is the location of the previous
definition
./ppy.y:789: warning: missing braces around initializer for `yytoks[0]'
/usr/ccs/bin/yaccpar: In function `ppparse':
/usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used
/usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not
used
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__
-D_REENTRANT -I/usr/openwin/include -o lex.ppl.o lex.ppl.c
In file included from ./ppl.l:141:
../../include/config.h:480:...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...= 0;
yychar = 0;
}
else
{
yychar1 = ((unsigned)(yychar) <= 280 ? yytranslate[yychar] : 73);
}
yyn += yychar1;
if (yyn < 0 || yyn > 110 || yycheck[yyn] != yychar1)
goto yydefault;
yyn = yytable[yyn];
if (yyn < 0)
{
if (yyn == -32768)
goto yyerrlab;
yyn = -yyn;
goto yyreduce;
}
else if (yyn == 0)
goto yyerrlab;
if (yyn == 107)
goto yyacceptlab;
if (yychar != 0)
yychar = -2;
*++yyvsp = yylval;
if (yyerrstatus) yyerrstatus--;
yystate = yyn;
goto yynewstate;
yydefault:
yyn = yydefact[yystate];
if (yy...