Le 17 juin 09 à 23:49, Didier Godefroy a écrit :
************ re-sending this message without the attachments, it
came back
undelivered with them
Actually, it was accepted. You attached several files, but not the
testsuite.log file, which is the most important one.
Could you please run
make check TESTSUITEFLAGS='-d -v 3' </deb/null
and send the result back? There are two sets of tests in test 3, and
I don't know which one failed.
It will display the command that were run, typically
bison input.y
input.y is actually tests/testsuite.dir/003/input.y. It would be most
useful if you could try to make it as small as possible while
preserving the bug (eliminate each a:, b: etc. line). To run Bison on
the test, run
./tests/bison tests/testsuite.dir/003/input.y
to be sure you're using the bison from the tarball. Possibly with the
flag --warnings=midrule-values if it's the second run that has problems.