------- Comment #1 from redi at gcc dot gnu dot org  2009-11-13 10:59 -------
A::B should have external linkage according to [basic.link] but the definition
of A::B::foo() is a local symbol:

$ nm A.o
0000000000000000 t _ZN1A1B3fooEv
                 U __gxx_personality_v0


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-13 10:59:36
               date|                            |


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

Reply via email to