[LLVMbugs] [Bug 3788] asm inline : support casting on input operand
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 11 13:31:47 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3788
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2009-03-11 15:31:46 ---
I'm sorry, but this is a bug that we don't want to be compatible with. "m"
operands require that you be able to take the address of the operand. (int)x
is an rvalue, and x is an lvalue. We need an lvalue.
--
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