This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cp/parse.y problem


>>>>> Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de> writes:

> Even with the patch below applied, I still have the following problem:
> make[2]: Entering directory `/usr/src/egcs-970929/gcc/cp'

> [...]

> expect 18 shift/reduce conflicts and 39 reduce/reduce conflicts.
> cd .; bison  -d -o parse.c parse.y
> parse.y contains 19 shift/reduce conflicts and 39 reduce/reduce conflicts.

> so I suspect something's rotten in the state of Denmark.

Nope, I just forgot to update Makefile.in.  For some reason, my copy of
bison doesn't complain about the duplicate type specification.  Odd.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]