c++/661: -fsjlj-exceptions breaks programs using exception specifications

rodrigc@gcc.gnu.org rodrigc@gcc.gnu.org
Fri Sep 28 17:03:00 GMT 2001


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



More information about the Gcc-bugs mailing list