------- Comment #1 from ubizjak at gmail dot com  2010-08-20 17:57 -------
This is testsuite problem, on x86_64 we have:

        movl    $0, obj_5(%rip)
        movl    obj_5(%rip), %eax

vs.

        movl    $0, obj_5
        movl    obj_5, %eax

on x86_32.

So, scan patterns should be updated to include (%rip) after the reference.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |testsuite
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-20 17:57:15
               date|                            |


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

Reply via email to