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]
Other format: [Raw text]

Re: GCC-3.2.2 bootstrap FAILURE: 1 reduce/reduce conflict in objc-parse.y


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

| On Mon, 27 Jan 2003, Ziemowit Laski wrote:
| 
| > > An objc maintainer needs to review
| > > <http://gcc.gnu.org/ml/gcc-bugs/2003-01/msg00900.html>.
| > 
| > I'm not the maintainer, but the patch is wrong.  One cannot replace
| > 'protocolrefs' with 'non_empty_protocolrefs', as they are optional.
| 
| A reduce/reduce conflict is still a bug, even if the fix is more
| complicated.  Removing %expect is only a workaround.

It appears that even if the '%expect' directive is left there, then
the compiler could still be build with  a version of Bison that does not
turn the warning into an error.  That is the case for every version of
Bison since 1.28 except 1.875.


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