[LLVMbugs] [Bug 52] New: gccld dies on assertion when compiling Apache 1.3.28
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Tue Oct 21 08:11:20 PDT 2003
http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=52
Summary: gccld dies on assertion when compiling Apache 1.3.28
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gccld
AssignedTo: criswell at uiuc.edu
ReportedBy: criswell at uiuc.edu
The following assertion error occurs when compiling Apache 1.3.28 with LLVM GCC:
gccld: /home/vadve/criswell/llvm/lib/VMCore/Constants.cpp:273:
ConstantStruct::ConstantStruct(const StructType*, const std::vector<Constant*,
std::allocator<Constant*> >&): Assertion `(V[i]->getType() == ETypes[i] ||
(ETypes[i]->isAbstract() &&
ETypes[i]->getPrimitiveID()==V[i]->getType()->getPrimitiveID())) && "Initializer
for struct element doesn't match struct element type!"' failed.
gcc: Internal error: Aborted (program gccld)
Please submit a full bug report.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
It occurs when compiling the modules.
I will try to reduce the error further when time permits.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list