[LLVMbugs] [Bug 4877] globaldce : Assertion failed: (DbgNode && "Invalid DIArray"), function getNumElements, file /Volumes/Data/Users/ddunbar/llvm/lib/ Analysis/DebugInfo.cpp, line 258.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 4 18:35:57 PDT 2009


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


Daniel Dunbar <daniel at zuster.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #8 from Daniel Dunbar <daniel at zuster.org>  2009-09-04 20:35:57 ---
The self host build on the public buildbot is still failing because of the same
or a similar problem.

Current build setup is: llvm (debug) -> llvm-gcc (using system gcc) -> llvm
(release, using first llvm-gcc) -> llvm-gcc (using first llvm-gcc)

and one test is failing in the second llvm build step, and second llvm-gcc buid
is failing.

Attaching failing .bc input, which crashes with opt -std-compile-opts on that
builder (using either the first or second llvm opt binary).


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