bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Paul Eggert
Subject: Re: push parser
Date: Sun, 08 Oct 2006 20:25:32 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bob Rossi <address@hidden> writes:

> No, I'm going to have to take another look at it though. Are you going
> to commit the last patch I posted?

I'd like to, but it causes tests to fail when I apply that patch to
CVS Bison.  Here's the first failure:

$ cd tests
$ ./testsuite -v -d 90
## --------------------------- ##
## GNU Bison 2.3a+ test suite. ##
## --------------------------- ##
90. calc.at:574: testing ...
./calc.at:574: bison -o calc.c calc.y
./calc.at:574: $CC $CFLAGS $CPPFLAGS $LDFLAGS -o calc calc.c $LIBS
stderr:
calc.c: In function 'yyparse':
calc.c:1342: error: too few arguments to function 'yylex'
calc.y: In function 'main':
calc.y:262: warning: initialization makes pointer from integer without a cast
calc.y:267: error: 'YYPUSH_MORE' undeclared (first use in this function)
calc.y:267: error: (Each undeclared identifier is reported only once
calc.y:267: error: for each function it appears in.)
stdout:
./calc.at:574: exit code was 1, expected 0
90. calc.at:574:  FAILED (calc.at:574)
...




reply via email to

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