[LLVMbugs] [Bug 291] NEW: [llvm-g++] Crash in "goto fixups"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Mar 15 11:14:35 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=291
Summary: [llvm-g++] Crash in "goto fixups"
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: brukman+bugs at uiuc.edu
Ironically, compiling the attached testcase, derived from
tools/bugpoint/CrashDebugger.cpp results in a crash:
% llvm-g++ crash3.i -c
cc1plus: ../../gcc-3.4-cvs/gcc/llvm-expand.c:6647: llvm_expand_function_end:
Assertion `Fn->ExpandInfo->GotoFixupList == 0 && "Goto fixups remain?"' failed.
crash3.i: In function `void foo()':
crash3.i:88: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
I've narrowed down the template code for std::vector as much as I can, if you
see what else can be cut out, feel free to revise the attachment.
------- 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