[LLVMbugs] [Bug 504] NEW: [indvars] crashes on exception code (invoke/unwind)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Feb 11 16:47:24 PST 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=504

           Summary: [indvars] crashes on exception code (invoke/unwind)
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Global Analyses
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: brukman+bugs at uiuc.edu


Running `opt -indvars' on (soon-to-be-attached) code produces the assertion:

llvm/include/llvm/ADT/ilist:120: typename bidirectional_iterator<NodeTy,
ptrdiff_t>::reference llvm::ilist_iterator<NodeTy>::operator*() const [with
NodeTy = llvm::Instruction]: Assertion `Traits::getNext(NodePtr) != 0 &&
"Dereferencing end()!"' failed.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list