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

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Oct 17 02:57:01 PDT 2007


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


Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

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




--- Comment #10 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com>  2007-10-17 04:56:59 ---
The same test now fails with

llc test.bc -march=x86-64  -o -| as
{standard input}: Assembler messages:
{standard input}:1062: Error: Incorrect register `%eax' used with `b' suffix
{standard input}:1063: Error: Incorrect register `%eax' used with `b' suffix

lines 106(2|3) are

        addb    $250, %eax
        cmpb    $5, %eax


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