This is the mail archive of the gcc-bugs@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: bootstrap/9631: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap


Randolph Chung <randolph@tausq.org> 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


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