Skip to content

pred_iterator out of range #2579

@llvmbot

Description

@llvmbot
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions