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: Single error mode


Daniel Berlin <dberlin@dberlin.org> writes:

> On Sep 8, 2004, at 1:32 PM, Piotr Wyderski wrote:
>
>> Daniel Berlin wrote:
>>
>>> Error: Incorrect grammar.
>>
>> Right, thanks. :-) But, as I said, recovering should be enabled by
>> default.
>> :->
>
> It's probably actually quite a bit of code to make it *stop* recovering.
> Take a gander at cp/parser.c and you'll see what i mean.

Nah, this should be buried in diagnostic.c - promote error() to
fatal() when the option is in effect.

zw


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