-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| Bugzilla Link | 2207 |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
Extended Description
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.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla