[LLVMbugs] [Bug 20202] New: clang-cl: expected unqualified-id when using ~15 in inline assembly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 3 21:45:41 PDT 2014


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: unassignedclangbugs at nondot.org
          Reporter: ehsan at mozilla.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

$ cat test.cpp
void TransposeUVWx8_SSE2() {
  __asm {
    and esp, ~15
  }
}

Ehsan Akhgari at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140704/a507ab42/attachment.html>


More information about the llvm-bugs mailing list