bug-bison
[Top][All Lists]
Advanced

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

Re: [GNU Bison 2.0] testsuite: 108 failed


From: Paul Eggert
Subject: Re: [GNU Bison 2.0] testsuite: 108 failed
Date: Thu, 06 Jan 2005 16:59:23 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Mike Dowling <address@hidden> writes:

> 108. regression.at:312: testing ...
> regression.at:329: bison -o input.c input.y
> regression.at:330: $CC $CFLAGS $CPPFLAGS -c input.c -o input.o
> stderr:
> In file included from input.c:140:
> /usr/include/stdlib.h:482: error: parse error before numeric constant
> /usr/include/stdlib.h:485: error: parse error before '}' token
> stdout:
> regression.at:330: exit code was 1, expected 0
> 108. regression.at:312: 108. Token definitions (regression.at:312): FAILED 
> (regression.at:330)

Can you please run the following and send the output?

cd tests
./testsuite -v -d 108
cd testsuite.dir/108
gcc -g -O2 -DHAVE_CONFIG_H=1 -I../.. -c input.c -o input.o

and then see why there might be a parse error at that line of
/usr/include/stdlib.h?  It might help for you to run this command

gcc -g -O2 -DHAVE_CONFIG_H=1 -I../.. -E input.c >input.i

and look at the output.  Thanks.





reply via email to

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