[LLVMbugs] [Bug 202] NEW: llvm-gcc asserts on Fn->BasicBlocksFirst
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 7 14:51:46 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=202
Summary: llvm-gcc asserts on Fn->BasicBlocksFirst
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: sabre at nondot.org
ReportedBy: criswell at uiuc.edu
The llvm-gcc program hits the following assertion when compiling the
preprocessed C code:
cc1: ../../src/gcc/llvm-expand.c:6251: llvm_expand_function_start: Assertion
`(Fn->BasicBlocksFirst == Fn->BasicBlocksLast) && "Function already has a
body!"' failed.
In file included from ../sysdeps/generic/strtol_l.c:28:
../sysdeps/generic/strtol.c: In function `__strtol_l':
../sysdeps/generic/strtol.c:568: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
------- 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