This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Mainline bootstrap failure


For me, it just fails to bootstrap with an error in tree-inline.c:

 gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H    -I. -I.
-I../../mainline/gcc -I../../mainline/gcc/. -I../../mainline/gcc/../include
../../mainline/gcc/tree-inline.c -o tree-inline.o
../../mainline/gcc/tree-inline.c: In function `inline_forbidden_p_1':
../../mainline/gcc/tree-inline.c:896: warning: dereferencing `void *'
pointer
../../mainline/gcc/tree-inline.c:896: request for member `decl' in something
not a structure or union
make[2]: *** [tree-inline.o] Error 1
make[2]: Leaving directory `/home/steven/devel/trunkbuild/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/steven/devel/trunkbuild/gcc'
make: *** [bootstrap] Error 2
$ cat ../mainline/LAST_UPDATED 
vr sep 12 07:30:17 CEST 2003
vr sep 12 05:30:17 UTC 2003

Gr.
Steven




-----Original Message-----
From: Andreas Schwab
To: gcc@gcc.gnu.org
Sent: 9/12/03 12:23 PM
Subject: Mainline bootstrap failure

Mainline does not bootstrap on ia64:

./xgcc -B./ -B/usr/local/ia64-suse-linux/bin/ -isystem
/usr/local/ia64-suse-linux/include -isystem
/usr/local/ia64-suse-linux/sys-include
-L/tmp/cvs/gcc-20030912/Build/gcc/../ld -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -c -o crtfastmath.o \
	../../gcc/config/ia64/crtfastmath.c
../../gcc/config/ia64/crtfastmath.c: In function `__ia64_set_fast_math':

../../gcc/config/ia64/crtfastmath.c:37: internal compiler error: virtual
array basic_block_info[2]: element 2 out of bounds in
create_basic_block_structure, at cfgrtl.c:312
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]