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


Chris Lattner <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from Chris Lattner <[EMAIL PROTECTED]>  2008-10-15 10:49:19 ---
GCC also rejects this:

$ gcc-4.0 t.c -S -o -
t.c: In function ‘f’:
t.c:4: error: can't find a register in class ‘GENERAL_REGS’ while reloading
‘asm’
$ gcc-4.2 t.c -S -o -
t.c: In function ‘f’:
t.c:4: error: can't find a register in class ‘GENERAL_REGS’ while reloading
‘asm’
t.c:4: error: ‘asm’ operand has impossible constraints


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to