From mboxrd@z Thu Jan 1 00:00:00 1970 From: rodrigc@gcc.gnu.org To: Hugo.Mildenberger@topmail.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@gcc.gnu.org Subject: Re: c++/661: -fsjlj-exceptions breaks programs using exception specifications Date: Fri, 28 Sep 2001 17:03:00 -0000 Message-id: <20010929000307.7589.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00541.html List-Id: 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