bug-bison
[Top][All Lists]
Advanced

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

recent lalr1.cc patches break test cases 90-93 on my host.


From: Paul Eggert
Subject: recent lalr1.cc patches break test cases 90-93 on my host.
Date: Wed, 15 Dec 2004 15:02:01 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Also, I am now getting more test failures from CVS Bison, which I
expect are a result of the recent changes to data/lalr1.cc.  Here they
are.  My platform isDebian GNU/Linux 3.0r1 x86, gcc 3.4.3.  Can you
please look into this too, while you're at it?  (I know you have so
much free time.  :-) Thanks.

bash-2.05a$ ./testsuite -v -d 90 91 92 93
## ---------------------------- ##
## GNU Bison 1.875f test suite. ##
## ---------------------------- ##
90. calc.at:619: testing ...
calc.at:619: bison -o calc.cc calc.y
calc.at:619: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:619: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
calc.cc: In member function `virtual void yy::Parser::yylex_()':
calc.cc:495: error: `calclex' undeclared (first use this function)
calc.cc:495: error: (Each undeclared identifier is reported only once for each 
function it appears in.)
stdout:
calc.at:619: exit code was 1, expected 0
90. calc.at:619: FAILED (calc.at:619)

91. calc.at:622: testing ...
calc.at:622: bison -o calc.cc calc.y
calc.at:622: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:622: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
calc.cc: In member function `virtual void yy::Parser::yylex_()':
calc.cc:495: error: `calclex' undeclared (first use this function)
calc.cc:495: error: (Each undeclared identifier is reported only once for each 
function it appears in.)
stdout:
calc.at:622: exit code was 1, expected 0
91. calc.at:622: FAILED (calc.at:622)

92. calc.at:624: testing ...
calc.at:624: bison -o calc.cc calc.y
calc.at:624: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:624: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
calc.cc: In member function `virtual void yy::Parser::yylex_()':
calc.cc:495: error: `calclex' undeclared (first use this function)
calc.cc:495: error: (Each undeclared identifier is reported only once for each 
function it appears in.)
stdout:
calc.at:624: exit code was 1, expected 0
92. calc.at:624: FAILED (calc.at:624)

93. calc.at:626: testing ...
calc.at:626: bison -o calc.cc calc.y
calc.at:626: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:626: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
calc.cc: In member function `virtual void yy::Parser::yylex_()':
calc.cc:495: error: `calclex' undeclared (first use this function)
calc.cc:495: error: (Each undeclared identifier is reported only once for each 
function it appears in.)
stdout:
calc.at:626: exit code was 1, expected 0
93. calc.at:626: FAILED (calc.at:626)

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 4 tests were run,
4 failed unexpectedly.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `testsuite.log' and all information you think might help:

   To: <address@hidden>
   Subject: [GNU Bison 1.875f] testsuite: 90 91 92 93 failed





reply via email to

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