[llvm-bugs] [Bug 30372] New: Regression(281336): clang-cl rejects valid inline assembly

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 13 11:15:23 PDT 2016


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

            Bug ID: 30372
           Summary: Regression(281336): clang-cl rejects valid inline
                    assembly
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The attached file used to build fine until r281336.

Now:

$ bin/clang-cl -m32 /c tmp.cc
tmp.cc(36,16) :  error: use of undeclared label 'xloop29'
    jl         xloop29
               ^
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/20160913/5c3a377e/attachment.html>


More information about the llvm-bugs mailing list