This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33871] [4.3 Regression] typeinfo name referenced in ... defined in discarded section
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Oct 2007 13:42:46 -0000
- Subject: [Bug c++/33871] [4.3 Regression] typeinfo name referenced in ... defined in discarded section
- References: <bug-33871-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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