------- Comment #2 from dave dot korn dot cygwin at gmail dot com  2009-05-08 
11:55 -------
To reproduce the bug, compile the attached testcase

g++-4 -fpreprocessed -S vti.ii

and view the very end of the .s file emitted:

        .section .drectve
        .ascii " -export:_ZTV12XMLException,data"
        .ascii " -export:_ZN12XMLExceptionD2Ev"
        .ascii " -export:_ZN12XMLExceptionD1Ev"
        .ascii " -export:_ZN12XMLExceptionD0Ev"
        .ascii " -export:_ZN12XMLExceptionC1Ev"
        .ascii " -export:_ZN12XMLExceptionC2Ev"

Everything gets exported except the typeinfo.


-- 


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

Reply via email to