[LLVMbugs] [Bug 15760] New: clang fails to support some msvc inline assembler syntax

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 16 02:52:40 PDT 2013


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: unassignedclangbugs at nondot.org
          Reporter: jmuizelaar at mozilla.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130416/d7654cdc/attachment.html>


More information about the llvm-bugs mailing list