This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: exceptions and optimization
- To: parkes at sierravista dot com (Steven Parkes)
- Subject: Re: exceptions and optimization
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Wed, 12 Aug 98 19:53:30 PDT
- Cc: egcs at cygnus dot com
> There is still a comment in NEWS that says that optimization and
> -fhandle-exceptions are mutually exclusive. Is there still a problem
> with exceptions and optimization? Nothing in the egcs FAQ.
Well, it's still true in that egcs doesn't even *have* a switch
called -fhandle-exceptions. Exceptions are always on unless you
turn them off, which is done with -fno-exceptions. Read gcc/cp/NEWS.
And the comment in NEWS is way down, under 2.7.x changes.