http://llvm.org/bugs/show_bug.cgi?id=20202

            Bug ID: 20202
           Summary: clang-cl: expected unqualified-id when using ~15 in
                    inline assembly
           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 TransposeUVWx8_SSE2() {
  __asm {
    and esp, ~15
  }
}

Ehsan Akhgari@WIN-LD01V6P651K /c/moz/src/obj/media/libyuv/libyuv_libyuv
$ clang-cl -c test.cpp
test.cpp(3,14) :  error: expected unqualified-id
    and esp, ~15
             ^
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

Reply via email to