> Le 27 févr. 2014 à 09:53, rainyseason <469877...@qq.com> a écrit :
> 
> hello,
>       I am new to linux and I want to get bison and yacc. I just run that 
> "make check" and two passed and one failed. the test_suite.log is attached. 
> Please help me solve this problem. Thank you very much!<test-suite.log>

Hi!

If I understand correctly your log:

calc++: examples/calc++/calc++-parser.hh:214: Assertion `yytname_ == 
other.yytname_' failed.
./examples/test: line 50: 28522 Aborted                 $prog "$@" - < input > 
out_eff
calc++: FAIL: 1 (expected status: 0, effective: 134)
calc++: examples/calc++/calc++-parser.hh:214: Assertion `yytname_ == 
other.yytname_' failed.
./examples/test: line 50: 28528 Aborted                 $prog "$@" - < input > 
out_eff
calc++: FAIL: 2 (expected status: 0, effective: 134)

I tend to think that this issue was fixed by this commits:

http://lists.gnu.org/archive/html/bug-bison/2015-01/msg00012.html

What compiler were you using?

Thanks in advance!

Reply via email to