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

Re: C++: enum parsing speedups


Nathan Sidwell <nathan@codesourcery.com> writes:

> Zack Weinberg wrote:
>> Mark Mitchell <mark@codesourcery.com> writes:
>>
>>> We don't want do add more of those calls if we can help it; those
>>> functions are on the fast path, and the c_l_s_s_p function is not
>>> free.  Just change the error markers in the test case, assuming the
>>> messages come out somewhere sensible.  We've done that plenty in
>>> the past; whether or not an error message shows up on the
>>> {enum,class}-specifier, or the curly brace, is not a very big deal.
>> I'm fine with that - in fact I personally think it makes more sense
>> for the message to come out on the line with the identifier on it -
>> but the point of g++.other/enum2.C is very specifically to enforce
>> that the message comes out on the line with the curly brace.  I'm
>> cc:ing Nathan Sidwell as he added the test.  Nathan, do you still have
>> an opinion here?
> on the identifer is best. I'd guess that previously the error location
> was neither the identifier nor curly brace.

Thanks.  I'll adjust the test case, re-bootstrap, and check in if
successful (probably tomorrow morning).

zw


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