[LLVMbugs] [Bug 6730] New: clang generates invalid asm
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sun Mar 28 09:29:44 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=6730
           Summary: clang generates invalid asm
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: hinokind at gmail.com
                CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4599)
 --> (http://llvm.org/bugs/attachment.cgi?id=4599)
testcase
clang sdl-clang.i 
/tmp/cc-70NrR0.s: Assembler messages:
/tmp/cc-70NrR0.s:1259: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:2006: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:2965: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:3363: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:5221: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:6163: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:7382: Error: suffix or operands invalid for `movq'
/tmp/cc-70NrR0.s:7910: Error: suffix or operands invalid for `movq'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
$ clang --version
clang version 1.5 (trunk 99763)
Target: x86_64-unknown-freebsd8.0
Thread model: posix
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list