bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: Both: Protect YYSTYPE


From: Akim Demaille
Subject: Re: FYI: Both: Protect YYSTYPE
Date: 12 Nov 2001 10:21:32 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

>>>>> "Pascal" == Pascal Bart <address@hidden> writes:

Pascal> I've converted your patch, but I can't test it today, so
Pascal> probably I will apply it in few days.  

I need it now to proceed.  Thanks!

FYI, there are no new failures: 

 22: calc.at:397       FAILED near `calc.at:397'
 23: calc.at:399       FAILED near `calc.at:399'
 24: calc.at:401       FAILED near `calc.at:401'
 25: calc.at:403       ok
 26: calc.at:404       FAILED near `calc.at:404'

I have seen these since weeks, and I would really like someone to fix
this.

## --------------------------- ##
## GNU Bison 1.49a test suite. ##
## --------------------------- ##
22. calc.at:397: testing Calculator --yyerror-verbose...
calc.at:397: bison calc.y -o calc.c 
calc.at:397: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.y:160: parse error
%%skeleton:819: parse error
calc.at:397: exit code was 1, expected 0
22. calc.at:397: FAILED near `calc.at:397'

23. calc.at:399: testing Calculator --locations --yyerror-verbose...
calc.at:399: bison calc.y -o calc.c --locations 
calc.at:399: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.y:160: parse error
%%skeleton:819: parse error
calc.at:399: exit code was 1, expected 0
23. calc.at:399: FAILED near `calc.at:399'

24. calc.at:401: testing Calculator --defines --locations --name-prefix=calc 
--verbose --yacc --yyerror-verbose...
calc.at:401: bison calc.y -o calc.c --defines --locations --name-prefix=calc 
--verbose --yacc 
calc.at:401: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.y:160: parse error
%%skeleton:819: parse error
calc.at:401: exit code was 1, expected 0
24. calc.at:401: FAILED near `calc.at:401'

26. calc.at:404: testing Calculator --debug --defines --locations 
--name-prefix=calc --verbose --yacc --yyerror-verbose...
calc.at:404: bison calc.y -o calc.c --debug --defines --locations 
--name-prefix=calc --verbose --yacc 
calc.at:404: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.y:160: parse error
%%skeleton:819: parse error
calc.at:404: exit code was 1, expected 0
26. calc.at:404: FAILED near `calc.at:404'
## ------------------------- ##
## testsuite.log is created. ##
## ------------------------- ##




I'm applying your patch, thanks again!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]