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

           Summary: pred_iterator out of range
           Product: new-bugs
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: critical
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


This bug occurs when building a bootstrap (i.e., "I'm a n00bie that just
checked llvm out of the svn repo") version of llvm. I was able to narrow the
bug down to two before/after versions:

47988: No assert
47989: Assert gets triggered during 'make check'

To reproduce:
a) Install XCode 2.5 on a x86 Darwin machine (Mac Powerbook with Tiger)
b) check out version 47989 out of the svn repo
c) ./configure --enable-optimized
d) make
e) make check

During make check, the following assert gets triggered in many test cases, not
just one:

Support/CFG.h:64: failed assertion `!It.atEnd() && "pred_iterator out of
range!"


PS: If I had the time to track this down right now, I would.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to