[LLVMbugs] [Bug 1168] LLVM doesn't support "complex" type in "asm" statements

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Oct 15 08:49:19 PDT 2008


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


Chris Lattner <clattner at apple.com> changed:

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




--- Comment #4 from Chris Lattner <clattner at apple.com>  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.



More information about the llvm-bugs mailing list