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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2010-12-03 14:34:35 
UTC ---
(In reply to comment #4)
> On x86_64-apple-darwin10 at r167400, we are still failing...
> 
> FAIL: gcc.target/i386/sse2-init-v2di-2.c scan-assembler movq
> 
> at -m64.

Works for me with a x86_64-apple-darwin10 cross compiler with revision 167416:

    .globl _test
_test:
LFB516:
    movq    %rdi, %xmm0
    ret
LFE516:
    .section __TEXT,__eh_frame,coale

Reply via email to