[Bug other/11813] Make GCC not to assume that C functions can't throw.

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Tue Aug 5 23:16:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11813


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
          Component|c++                         |other


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 23:16 -------
I think the current consensus is to enable -fexceptions all the time since pthread_kill callbacks will 
use exceptions but I could be wrong.
Also -fexceptions sounds like the same as /EHsc- but I could be wrong there.

The current problem with enabling -fexceptions all the time it adds size overhead in the case of 
dwarf2 exceptions and size and time overhead in the case of setjmp/longjmp exceptions.



More information about the Gcc-bugs mailing list