This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/48727] FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 6 Jul 2011 17:11:22 +0000
- Subject: [Bug testsuite/48727] FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2
- Auto-submitted: auto-generated
- References: <bug-48727-4@http.gcc.gnu.org/bugzilla/>
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