[LLVMbugs] [Bug 15779] New: jnz mnemonic not supported in ms-inline asm

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 18 07:26:30 PDT 2013


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

            Bug ID: 15779
           Summary: jnz mnemonic not supported in ms-inline asm
           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

void f()
{
Loop0:
    __asm {
         jnz Loop0
    }

}

gives:
<inline asm>:2:2: error: invalid instruction mnemonic 'jnz'

This also 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/20130418/dd9e537c/attachment.html>


More information about the llvm-bugs mailing list