[LLVMbugs] [Bug 975] NEW: crtstuff.c breaks llvm-gcc build
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 30 15:08:57 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=975
Summary: crtstuff.c breaks llvm-gcc build
Product: tools
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
/proj/llvm/cfe/build-2/gcc/xgcc -B/proj/llvm/cfe/build-2/gcc/
-B/proj/llvm/cfe/install-2/i686-pc-linux-gnu/bin/
-B/proj/llvm/cfe/install-2/i686-pc-linux-gnu/lib/ -isystem
/proj/llvm/cfe/install-2/i686-pc-linux-gnu/include -isystem
/proj/llvm/cfe/install-2/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-isystem ./include -I. -I. -I../../src-2/gcc -I../../src-2/gcc/.
-I../../src-2/gcc/../include -I../../src-2/gcc/../libcpp/include
-I/proj/llvm/llvm-2/include -I/proj/llvm/llvm-2/include -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
-c ../../src-2/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
In file included from ../../src-2/gcc/crtstuff.c:67:
../../src-2/gcc/unwind-dw2-fde.h: In function ‘get_cie’:
../../src-2/gcc/unwind-dw2-fde.h:163: warning: return from incompatible pointer type
cc1: /proj/llvm/llvm-2/include/llvm/Support/Casting.h:199: typename
llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X =
llvm::CondCodeSDNode, Y = llvm::SDOperand]: Assertion `isa<X>(Val) &&
"cast<Ty>() argument of incompatible type!"' failed.
../../src-2/gcc/crtstuff.c: At top level:
../../src-2/gcc/crtstuff.c:314: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> 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