This is the mail archive of the gcc-bugs@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: c++/661: -fsjlj-exceptions breaks programs using exception specifications


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


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