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



------- Additional Comments From gdr at integrable-solutions dot net  2003-08-06 07:29 -------
Subject: Re:  New: Make GCC not to assume that C functions can't throw.


the proper way (for users) to handle this is to compile C code with
-fexceptions.  But yes, that is VERY inconvenient because it requires
foeresight to know that a C function won't use a callback from C++
code.  That is sad.


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