This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-3.2.2 bootstrap FAILURE: 1 reduce/reduce conflict in objc-parse.y
- From: "Paolo Bonzini" <bonzini at gnu dot org>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 30 Jan 2003 23:10:12 +0100
- Subject: Re: GCC-3.2.2 bootstrap FAILURE: 1 reduce/reduce conflict in objc-parse.y
> Unfortunately, bison/yacc does not have a notation which says,
> "I want you to resolve this reduce/reduce conflict as follows, and I know
> what I'm doing; trust me." However, the 1 reduce/reduce conflict we
> currently have occurs in the state with the following kernel:
It is easy to fix this particular RR conflict, see
http://gcc.gnu.org/ml/gcc/2003-01/msg01443.html
Paolo