http://llvm.org/bugs/show_bug.cgi?id=20204
Bug ID: 20204
Summary: clang-cl doesn't accept nested __asm statements
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
$ cat test.cpp
void f() {
__asm {
__asm {
mov eax, 1
}
}
}
$ clang-cl -c test.cpp
test.cpp(3,5) : error: unexpected token at start of statement
__asm {
^
1 error generated.
--
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