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: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 7 Jul 2011 13:33:17 +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
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.07.07 13:32:09
Ever Confirmed|0 |1
--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-07 13:32:09 UTC ---
> Then it's probably best to only look for
>
> (jmp|call)[^\n]*xyzzy
>
> on SPARC, and ignore the sethi, so the count still matches?
That seems sufficient, IIUC the point is to have a symbol in the jmp/call. As
I usually don't test with Sun as, please go ahead with whatever works for you.