http://llvm.org/bugs/show_bug.cgi?id=15760
Bug ID: 15760
Summary: clang fails to support some msvc inline assembler
syntax
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
The following function fails to compile with:
test.c:4:28: error: unexpected token in argument list
void f()
{
__asm {
mov ebp, (4 + 4) * -16
}
}
This snippet comes from jxrlib.
--
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