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 c++/13699] Extern "C" routine in different namespaces accepted with different exception signature



------- 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


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