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 testsuite/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C



------- 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


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