[LLVMbugs] [Bug 2074] New: (X86?) Backend generates duplicate labels

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Feb 20 01:59:52 PST 2008


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

           Summary: (X86?) Backend generates duplicate labels
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1435)
 --> (http://llvm.org/bugs/attachment.cgi?id=1435)
failing testcase

It appears as if the label counter is not being incremented somewhere.

--
ddunbar at ozzy:src$ llvm-as -f invalid-duplicate-labels.ll
ddunbar at ozzy:src$ llvm-ld --disable-opt -native -o rt
invalid-duplicate-labels.bc
rt.s: Assembler messages:
rt.s:46: Error: symbol `.Llabel1' is already defined
llvm-ld: 
--


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