[LLVMbugs] [Bug 13802] New: llvm-mc expects a comma in VLD instructions where GCC does not

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 9 17:11:29 PDT 2012


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

             Bug #: 13802
           Summary: llvm-mc expects a comma in VLD instructions where GCC
                    does not
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: gregf at codeaurora.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Chokes:
  echo "vld2.32{d25[1], d26[1]}, [r0 :32], r1" | llvm-mc -triple=thumbv7

Workaround (comma after r0):
  echo "vld2.32{d25[1], d26[1]}, [r0, :32], r1" | llvm-mc -triple=thumbv7

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list