http://llvm.org/bugs/show_bug.cgi?id=3794
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Chris Lattner <[email protected]> 2009-03-12 12:37:09 --- This is a bug in the source code that we would really not like to support in Clang. Please fix the code by removing the cast: an "=" constraint requires an lvalue, and a cast is not an lvalue. *** This bug has been marked as a duplicate of bug 3788 *** -- 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
