Re: bootstrap/9631: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap
"Giovanni Bajo" <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR bootstrap/9631; it has been noted by GNATS. From: "Giovanni Bajo" <[email protected]> To: "Randolph Chung" <[email protected]>, <[email protected]>, <[email protected]>, "Dara Hazeghi" <[email protected]> Cc: Subject: Re: bootstrap/9631: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap Date: Mon, 19 May 2003 02:03:10 +0200 Randolph Chung <[email protected]> wrote: > Same thing with gcc-3.3 release: > > /home/tausq/build/build-3.3/gcc/xgcc -B/home/tausq/build/build-3.3/gcc/ > -B/opt/palinux/hppa64-linux/bin/ -B/opt/palinux/hppa64-linux/lib/ -isystem > /opt/palinux/hppa64-linux/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include > -fPIC -Dpa64=1 -DELF=1 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED > -Dinhibit_libc -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. > -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include -fexceptions -c > ../../gcc-3.3/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o > ../../gcc-3.3/gcc/unwind-sjlj.c:56: error: size of array `data' is too > large Ok. Would you please send us a preprocessed source reproducing the bug (basically, just add -E to that line)? You should verify that the preprocess source still confuse the same stage 1 compiler (build-3.3/gcc/xgcc) and start cutting down the command line down to the minimum to still get the error. Let us know that minimal command line as well. After that, it would help if you could try the same preprocessed file and the same command line with a fully built GCC on the same platform. Is it possible to build GCC 3.3 at all on that platform (maybe tweaking the configure line)? Otherwise, at least try with the newest version of GCC you can build. Thanks. Giovanni Bajo