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]
Other format: [Raw text]

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


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.


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