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 #6 from dodji at gcc dot gnu dot org  2008-07-16 13:39 -------
Created an attachment (id=15916)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15916&action=view)
more work in the matter

This patch performs a more accurate lookup of the extern C functions to be able
to emit pedwarnings on redeclarations that don't comply with exception
specification constraints.


-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15911|0                           |1
        is obsolete|                            |


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]