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]

Re: `--syntax-only' after error



> > Another alternative implementation of this, if it's concluded
> > that we can't afford to lose errors in a fatal compilation:

"fatal compilation" to me suggests something like an ICE, not an illegal
construct.

> > 1) Turn optimization level down to 0.  (This probably turns off
> >    "unused variable" warnings, but...)

But I don't want to lose them, in the very common case where there
is a recoverable syntax error in an interior block of the first function,
and there are n more functions.


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