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 inobjc-parse.y


On Wed, 29 Jan 2003, Joe Buck wrote:

> I disagree.  For languages that have a natural LALR(1) grammar, you are
> correct, but Objective-C is not necessarily such a language.  If the current
> parser works, it is wrong to risk breaking it.

It has been suggested that cc1obj should be merged into cc1 (making 
Objective-C a runtime dialect choice).  If this is done before Neil's 
parser is available, and if it isn't done by embedding two separate Bison 
parsers in one executable, then these conflicts get introduced in the C 
grammar and risk breaking that.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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