[LLVMbugs] [Bug 1149] NEW: stage1 fails to build the stage2 on x86
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 31 06:03:20 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1149
Summary: stage1 fails to build the stage2 on x86
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: lauro.venancio at gmail.com
The error:
/home/laurov/llvm/llvm-gcc/build/prev-gcc/xgcc
-B/home/laurov/llvm/llvm-gcc/build/prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror -fno-common
-DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include
-I/home/laurov/llvm/llvm/include -I/home/laurov/llvm/llvm/build//include
../../gcc/c-common.c -o c-common.o
cc1: warnings being treated as errors
../../gcc/c-common.c: In function ‘iasm_extra_clobbers’:
../../gcc/c-common.c:6931: warning: comparison of unsigned expression < 0 is
always false
make[2]: *** [c-common.o] Error 1
make[2]: Leaving directory `/home/laurov/llvm/llvm-gcc/build/stage2-gcc'
make[1]: *** [all-stage2-gcc] Error 2
make[1]: Leaving directory `/home/laurov/llvm/llvm-gcc/build'
make: *** [stage2-bubble] Error 2
******************************************
The line 6931 of c-common.c:
for (i=0; i < sizeof (db) / sizeof(db[0]) - 1; ++i)
****************************************
Configure:
../configure --enable-llvm=/home/laurov/llvm/llvm/build/ --enable-bootstrap
--enable-checking --enable-languages=c,c++ --program-prefix=llvm-
--disable-threads --disable-shared
------- 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