http://llvm.org/bugs/show_bug.cgi?id=9688
Summary: Asm "p" constraint rejected
Product: new-bugs
Version: 2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
>From gcc testcase asm-4.c:
int main()
{
int z;
asm volatile ("test2 X%a0Y%a[arg]Z" : : [arg] "p" (&z));
}
Both clang and dragonegg reject this. See PR8332 for discussion.
--
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