[LLVMbugs] [Bug 1596] New: LiveInterval.cpp:210: failed assertion `it->start >= End && "Cannot overlap two LiveRanges with differing ValID's"'

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Aug 4 00:49:59 PDT 2007


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

           Summary: LiveInterval.cpp:210: failed assertion `it->start >= End
                    && "Cannot overlap two LiveRanges with differing
                    ValID's"'
           Product: libraries
           Version: trunk
          Platform: Macintosh
        OS/Version: Mac System 9.x
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Backend: PowerPC
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: isanbard at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Compiling llvm-gcc TOT on my Mac PowerBook G4, I got this error:

llc -march=ppc64 -o - bugpoint-reduced-simplified.bc
PPC: Generation of 64-bit code for a 32-bit processor requested.  Ignoring
32-bit processor feature.
        .machine ppc64
.section __TEXT,__textcoal_nt,coalesced,pure_instructions
.section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
        .text
/Users/wendling/llvm/llvm.src/lib/CodeGen/LiveInterval.cpp:210: failed
assertion `it->start >= End && "Cannot overlap two LiveRanges with differing
ValID's"'
Abort trap

-bw


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