This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13699] Extern "C" routine in different namespaces accepted with different exception signature
- From: "dseketel at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2008 14:54:51 -0000
- Subject: [Bug c++/13699] Extern "C" routine in different namespaces accepted with different exception signature
- References: <bug-13699-7719@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dseketel at redhat dot com 2008-07-07 14:54 -------
Created an attachment (id=15871)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15871&action=view)
first attempt at trying to fix the bug
This patch checks that re-declaration of extern "C" functions complies with the
exception specification constraints.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13699