[Bug testsuite/48727] FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 6 17:11:00 GMT 2011
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
More information about the Gcc-bugs
mailing list