search for: yyerrlab2

Displaying 5 results from an estimated 5 matches for "yyerrlab2".

Did you mean: yyerrlab1
2004 Aug 31
1
[LLVMdev] More configure problems
...---------------------*/ >yyerrlab1: > > /* Suppress GCC warning that yyerrlab1 is unused when no action > invokes YYERROR. */ >#if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) > __attribute__ ((__unused__)) >#endif > > goto yyerrlab2; <== line 2043 > >I'm using bison 1.875. But it worked the last time, so I don't know why >it doesn't work now. Deleting the __attribute__ clause fixes it. > Or correctly terminate the statement/line with ; (although it becomes a warning about an empty statement)....
2004 Aug 31
2
[LLVMdev] More configure problems
...ion. | `----------------------------------------------------*/ yyerrlab1: /* Suppress GCC warning that yyerrlab1 is unused when no action invokes YYERROR. */ #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) __attribute__ ((__unused__)) #endif goto yyerrlab2; <== line 2043 I'm using bison 1.875. But it worked the last time, so I don't know why it doesn't work now. Deleting the __attribute__ clause fixes it.
2004 Aug 31
0
[LLVMdev] More configure problems
...----------------*/ > yyerrlab1: > > /* Suppress GCC warning that yyerrlab1 is unused when no action > invokes YYERROR. */ > #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) > __attribute__ ((__unused__)) > #endif > > goto yyerrlab2; <== line 2043 > > I'm using bison 1.875. But it worked the last time, so I don't know why > it doesn't work now. Deleting the __attribute__ clause fixes it. This has come up before. Its a bison bug. You'll need to try an older version. I use 1.35 and all works f...
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