This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2008 23:23:00 -0000
- Subject: [Bug testsuite/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 #3 from pinskia at gcc dot gnu dot org 2008-10-28 23:22 -------
The section does not change so there is no need for the .section in the
scan-assembler:
.globl __ZTV1f
.weak_definition __ZTV1f
.section __DATA,__const_coal,coalesced
.align 3
__ZTV1f:
.long 0
.long __ZTI1f
.long __ZN1f1gEv
.long __ZN1f1hEv
.globl __ZTI1f
.weak_definition __ZTI1f
.align 2
__ZTI1f:
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |testsuite
GCC build triplet|*-apple-darwin* |
GCC host triplet|*-apple-darwin* |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37241