search for: yyerrlab1

Displaying 7 results from an estimated 7 matches for "yyerrlab1".

2004 Aug 31
1
[LLVMdev] More configure problems
...-lang.org> >Date: Mon, 30 Aug 2004 21:46:42 -0700 >FileParser.tab.c: In function `int Fileparse()': >FileParser.tab.c:2043: error: syntax error before `goto' > >The offending lines bison generated are: > >/*----------------------------------------------------. >| yyerrlab1 -- error raised explicitly by an action. | >`----------------------------------------------------*/ >yyerrlab1: > > /* Suppress GCC warning that yyerrlab1 is unused when no action > invokes YYERROR. */ >#if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 +...
2004 Aug 31
2
[LLVMdev] More configure problems
...Gen.cpp Compiling CodeGenTarget.cpp Compiling FileLexer.cpp Compiling FileParser.cpp FileParser.tab.c: In function `int Fileparse()': FileParser.tab.c:2043: error: syntax error before `goto' The offending lines bison generated are: /*----------------------------------------------------. | yyerrlab1 -- error raised explicitly by an action. | `----------------------------------------------------*/ yyerrlab1: /* Suppress GCC warning that yyerrlab1 is unused when no action invokes YYERROR. */ #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) __attri...
2004 Aug 31
0
[LLVMdev] More configure problems
...iling FileLexer.cpp > Compiling FileParser.cpp > FileParser.tab.c: In function `int Fileparse()': > FileParser.tab.c:2043: error: syntax error before `goto' > > The offending lines bison generated are: > > /*----------------------------------------------------. > | yyerrlab1 -- error raised explicitly by an action. | > `----------------------------------------------------*/ > yyerrlab1: > > /* Suppress GCC warning that yyerrlab1 is unused when no action > invokes YYERROR. */ > #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 10...
2004 Aug 31
0
[LLVMdev] More configure problems
On Mon, 30 Aug 2004 20:48:45 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote: > When I ran configure after updating, I get various errors. First: > > % ../configure --enable-jit --with-llvmgccdir=/home/llvm/cfrontend/x86/llvm-gcc > checking for a BSD-compatible install... /usr/bin/install -c > checking build system type... i386-unknown-freebsd5.2.1 > checking host system
2004 Aug 31
4
[LLVMdev] More configure problems
When I ran configure after updating, I get various errors. First: % ../configure --enable-jit --with-llvmgccdir=/home/llvm/cfrontend/x86/llvm-gcc checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i386-unknown-freebsd5.2.1 checking host system type... i386-unknown-freebsd5.2.1 checking target system type... i386-unknown-freebsd5.2.1 test: Unknown: bad
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
...48] + *yyssp; if (yystate >= 0 && yystate <= 110 && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - 48]; goto yynewstate; yyerrlab: if (! yyerrstatus) { ++yynerrs; yyerror("parse error"); } goto yyerrlab1; yyerrlab1: if (yyerrstatus == 3) { if (yychar == 0) goto yyabortlab; yychar = -2; } yyerrstatus = 3; goto yyerrhandle; yyerrdefault: yyerrpop: if (yyssp == yyss) goto yyabortlab; yyvsp--; yystate = *--yyssp; yyerrhandle: yyn = yypact[yystate]; if (yyn == -32768...