[LLVMbugs] [Bug 11865] New: alias example that gas accepts and MC doesn't

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 26 18:54:46 PST 2012


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

             Bug #: 11865
           Summary: alias example that gas accepts and MC doesn't
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


i:
    .long    g
g = h
h = i

llvm-mc rejects it with


test.s:4:5: error: invalid assignment to 'h'
h = i

-- 
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