[llvm-bugs] [Bug 28805] New: error: unexpected token in argument list _asm {

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 1 14:56:22 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28805

            Bug ID: 28805
           Summary: error: unexpected token in argument list _asm {
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hans at chromium.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When building the OpenMP run-time for x86_64 Windows with clang-cl:

D:\\src\\llvm_package_277344\\llvm\\projects\\openmp\\runtime\\src\\kmp_lock.cpp:1929:5:
error: unexpected token in argument list
    _asm {
    ^
<inline asm>:8:6: note: instantiated into assembly here
        jmp .L__MSASMLABEL_.0__L2
            ^
1 error generated.


Nothing's changed in the omp run-time, so it must be an LLVM or Clang that
changed.

-- 
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/20160801/60464198/attachment.html>


More information about the llvm-bugs mailing list