[LLVMbugs] [Bug 1734] New: bad assembly output breakes llvm-gcc bootstrap

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Oct 16 02:45:12 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1734

           Summary: bad assembly output breakes llvm-gcc bootstrap
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


The llvm-gcc bootstrap is broken because llvm is producing an output that gas
doesn't like. With the attached test:

llc test.bc -march=x86-64  -o -| as
{standard input}: Assembler messages:
{standard input}:1039: Error: suffix or operands invalid for `mov'

Line 1039 is

        movb    %eax, %c


-- 
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