This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cp/parse.y problem
- To: Thomas dot Koenig at ciw dot uni-karlsruhe dot de (Thomas König), egcs at cygnus dot com
- Subject: Re: cp/parse.y problem
- From: Jason Merrill <jason at cygnus dot com>
- Date: 01 Oct 1997 08:41:11 -0700
- References: <199710011346.OAA18407.cygnus.egcs@mvmap66.ciw.uni-karlsruhe.de>
>>>>> 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