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

Re: C++ PATCH: Improved parser diagnosis


> On Mar 20, 2001, Joe Buck <jbuck@racerx.synopsys.com> wrote:
> 
> > Is there a GNATS entry (or URL for the gcc-bugs email) for the testcase?
> 
> Here's a complete testcase, derived from the original report:
> 
> class foo : bar {};

OK.  That's probably fixable, but the grammar would need to be patched in
a completely different place, so I think it should be treated as an
independent change and not part of Gerald's patch.

It actually looks like the grammar is trying to catch this case or things
like it: I'll have to generate the table and use yydebug to find out why
it doesn't work.





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