This is the mail archive of the gcc-bugs@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


On Tue, Jan 28, 2003 at 04:41:21PM -0800, Stan Shebs wrote:
> It's been on my wishlist to tweak the grammar to make Bison's complaints go
> away, mostly because I don't trust it not to change randomly in some way
> that causes s/r and r/r cases to come out differently.  It's just that it's
> crushingly dull work, and more fun to think about adding ObjC to the new
> recursive descent parser... :-)

Precisely because we will be wanting to implement Objective-C++ on top of
Mark's new parser, I don't see why we should waste resources on the old
parser.


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