Open
Description
Bugzilla Link | 9688 |
Version | 2.9 |
OS | Linux |
Blocks | llvm/llvm-bugzilla-archive#10988 |
Reporter | LLVM Bugzilla Contributor |
CC | @RKSimon |
Extended Description
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 #8704 for discussion.