This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: `--syntax-only' after error
- To: donn@interix.com (Donn Terry)
- Subject: Re: `--syntax-only' after error
- From: Joern Rennecke <amylaar@cygnus.co.uk>
- Date: Wed, 17 Feb 1999 19:26:45 +0000 (GMT)
- Cc: nik@tiuk.ti.com, craig@jcb-sc.com, egcs@egcs.cygnus.com, peter@gerwinski.de, frank@tim.gerwinski.de, jbuck@Synopsys.COM
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-Reply-To: <36CAF608.F3127644@interix.com> from Donn Terry at "Feb 17, 99 10:02:00 am"
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
> Another alternative implementation of this, if it's concluded
> that we can't afford to lose errors in a fatal compilation:
>
> 1) Turn optimization level down to 0. (This probably turns off
> "unused variable" warnings, but...) That's trivial, and has
> a pretty high return, because optimization is the expensive
> part of many compilations anyway. (Turn off profiling and
> the like at the same time.)
That would have pretty much the same efffect as -fsyntax-only .