[LLVMbugs] [Bug 3794] i386 inline asm does not respect gcc = m memory operand constraint

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 12 10:37:10 PDT 2009


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


Chris Lattner <clattner at apple.com> changed:

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




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



More information about the llvm-bugs mailing list