[LLVMbugs] [Bug 504] [indvars] crashes on exception code (invoke/unwind)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 14 11:50:43 PST 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=504
brukman+bugs at uiuc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From brukman+bugs at uiuc.edu 2005-02-14 13:50 -------
Sorry, the bug is not fixed: using a GEP with some complex types within this
code introduces a new assert() failure:
llvm/include/llvm/ADT/ilist:142: llvm::ilist_iterator<NodeTy>&
llvm::ilist_iterator<NodeTy>::operator++() [with NodeTy = llvm::Instruction]:
Assertion `NodePtr && "++'d off the end of an ilist!"' failed.
Test case will be attached.
------- 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