[LLVMbugs] [Bug 2345] ICE on invalid inline asm constraint letter
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Sep 5 22:02:15 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=2345
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner <clattner at apple.com> 2010-09-06 00:02:14 CDT ---
Fixed in clang:
t.c:5:25: error: invalid input constraint 'z' in asm
__asm__ ("lpm %0, Z"::"z"(foo));
^
--
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