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/48727] FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |sparc-sun-solaris2*
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org, ro at gcc dot
                   |                            |gnu.org
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |sparc-sun-solaris2*
   Target Milestone|---                         |4.7.0
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |sparc-sun-solaris2*

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-06 17:10:22 UTC ---
This also fails on 32-bit Solaris/SPARC with Sun as, which has:

        sethi   %hi(_ZN1S5xyzzyEv), %g1
        jmp     %g1 + %lo(_ZN1S5xyzzyEv)
        sethi   %hi(_ZN1S5xyzzyEv), %g1
        jmp     %g1 + %lo(_ZN1S5xyzzyEv)

On the other hand, both 64-bit with Sun as and 32-bit with gas have

        call    _ZN1S5xyzzyEv, 0
        call    _ZN1S5xyzzyEv, 0


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