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: exceptions and optimization


> To: egcs@cygnus.com
> Date: Wed, 12 Aug 1998 17:39:54 -0700
> From: Steven Parkes <parkes@sierravista.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.

You're reading old news, that news is now out of date.  This:

  A major change in this release is the addition of a framework for
  exception handling, currently used by C++.  Many internal changes and
  optimization improvements have been made.

in meant to override it, but maybe that's too subtle.

Yes, -O is supported.  -fhandle-exceptions isn't supported anymore,
but -fexceptions is, and that is the default.


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