This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/11813] Make GCC not to assume that C functions can't throw.
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2003 07:29:21 -0000
- Subject: [Bug other/11813] Make GCC not to assume that C functions can't throw.
- References: <20030805225315.11813.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.