http://llvm.org/bugs/show_bug.cgi?id=3788
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
