This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/661: -fsjlj-exceptions breaks programs using exception specifications
- To: Hugo dot Mildenberger at topmail dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org
- Subject: Re: c++/661: -fsjlj-exceptions breaks programs using exception specifications
- From: rodrigc at gcc dot gnu dot org
- Date: 29 Sep 2001 00:03:07 -0000
Synopsis: -fsjlj-exceptions breaks programs using exception specifications
State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Fri Sep 28 17:03:07 2001
State-Changed-Why:
In gcc 3.0 and above, you now need configure gcc to use
sjlj exceptions when you build it. It is no longer
a run-time option.
This will compile libgcc with sjlj exceptions enabled.
In addition, the -fasynchronous-exceptions flag
has been renamed to -fnon-call-exceptions.
Refer to the gcc 3.0 documentation.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=661&database=gcc