Re: bison-1.875-1 generates code incompatible with g++

2003-02-05 Thread Christopher Faylor
On Thu, Feb 06, 2003 at 01:04:06AM -, Max Bowsher wrote: >Christopher Faylor wrote: >> On Sun, Feb 02, 2003 at 07:33:22PM -, Max Bowsher wrote: >>> (Ran into this when building setup) >>> >>> bison 1.875 produces this code fragment: >>> yyerrlab1: /* Suppress GCC warning th

Re: bison-1.875-1 generates code incompatible with g++

2003-02-05 Thread Max Bowsher
Christopher Faylor wrote: > On Sun, Feb 02, 2003 at 07:33:22PM -, Max Bowsher wrote: >> (Ran into this when building setup) >> >> bison 1.875 produces this code fragment: >> >>> yyerrlab1: >>> >>> /* Suppress GCC warning that yyerrlab1 is unused when no action >>> invokes YYERROR. */ >>

Re: bison-1.875-1 generates code incompatible with g++

2003-02-02 Thread Christopher Faylor
On Sun, Feb 02, 2003 at 07:33:22PM -, Max Bowsher wrote: >(Ran into this when building setup) > >bison 1.875 produces this code fragment: > >| yyerrlab1: >| >| /* Suppress GCC warning that yyerrlab1 is unused when no action >| invokes YYERROR. */ >| #if defined (__GNUC_MINOR__) && 2093