This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2008 12:11:28 -0000
- Subject: [Bug target/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C
- References: <bug-37241-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from jakub at gcc dot gnu dot org 2008-10-22 12:11 -------
That sounds just too strict testcase matching, not expecting any kind of
reordering and .section directives not necessarily being emitted if an object
is emitted in the same section as the previous one.
FYI, on a x86_64-linux -> powerpc64-darwin cross, I see:
.globl __ZTV1f
.weak_definition __ZTV1f
.section __TEXT,__const_coal,coalesced
...
.globl __ZTI1f
.weak_definition __ZTI1f
...
.globl __ZTS1f
.weak_definition __ZTS1f
(all in the same section and __TEXT used everywhere, not __DATA).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37241