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++/28409] [4.2 Regression] extern "C" and anonymous namespace



------- Comment #2 from mmitchel at gcc dot gnu dot org  2006-07-19 00:46 -------
Yes, extern "C" should make the function have external linkage in the object
file.  Namespaces have no impact on extern "C" functions, except from the point
of view of lexical scoping.  


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28409


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