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

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.


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