[LLVMbugs] [Bug 4972] New: [2.6] llvm-gcc fails to compile
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Sep 13 15:42:15 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4972
Summary: [2.6] llvm-gcc fails to compile
Product: tools
Version: 2.6
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: foldr at codedgers.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3508)
--> (http://llvm.org/bugs/attachment.cgi?id=3508)
.bc file that is causing the error
While trying to compile llvm-gcc (branches/release_26) against the LLVM 2.6
branch, I encountered the following error:
[..]./gcc/xgcc -shared-libgcc [...] -fno-implicit-templates -Wall -Wextra
-Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c
../../../../llvm-gcc/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -o
eh_personality.o
Personality function should be set!
UNREACHABLE executed at
/home/gman/code/codedgers/morpher/src/lib/CodeGen/MachineModuleInfo.cpp:298!
../../../../llvm-gcc/libstdc++-v3/libsupc++/eh_personality.cc:759: internal
compiler error: Aborted
This happens both with and without '--disable-bootstrap'. Trunk llc is able to
handle the problematic .bc file, though.
--
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