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++/33871] [4.3 Regression] typeinfo name referenced in ... defined in discarded section



------- Comment #11 from rguenth at gcc dot gnu dot org  2007-10-29 13:42 -------
Because the testcase is broken, as it doesn't fail on the current x86_64 output
(at least).  Which is

        .file   "anon4.C"
.globl X
        .section        .rodata
        .align 8
        .type   X, @object
        .size   X, 8
X:
        .quad   _ZTIN12_GLOBAL__N_13fooE
        .section        .gnu.linkonce.r._ZTSN12_GLOBAL__N_13fooE,"a",@progbits
        .align 16
        .type   _ZTSN12_GLOBAL__N_13fooE, @object
        .size   _ZTSN12_GLOBAL__N_13fooE, 21
_ZTSN12_GLOBAL__N_13fooE:
        .string "N12_GLOBAL__N_13fooE"
        .section        .rodata
        .align 16
        .type   _ZTIN12_GLOBAL__N_13fooE, @object
        .size   _ZTIN12_GLOBAL__N_13fooE, 16
_ZTIN12_GLOBAL__N_13fooE:
        .quad   _ZTVN10__cxxabiv117__class_type_infoE+16
        .quad   _ZTSN12_GLOBAL__N_13fooE
        .ident  "GCC: (GNU) 4.3.0 20071029 (experimental)"
        .section        .note.GNU-stack,"",@progbits


-- 


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


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