[LLVMbugs] [Bug 2207] pred_iterator out of range
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Apr 16 16:41:54 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2207
Scott Michel <scottm at aero.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Scott Michel <scottm at aero.org> 2008-04-16 18:41:54 ---
Tracked down the trigger for the pred_iterator assert to llvm::isCriticalEdge
in BreakCriticalEdges.cpp. The patch seems to work around the gcc 4.0.1 bug and
'make check' runs through to completion.
I'll commit it (unless something else untoward happens, at which point it's
easy to back out).
--
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