This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/9631] [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap
- From: "randolph at tausq dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jun 2003 05:18:57 -0000
- Subject: [Bug bootstrap/9631] [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap
- References: <20030208221600.9631.tausq@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9631
------- Additional Comments From randolph@tausq.org 2003-06-10 05:18 -------
Subject: Re: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap
> with gcc 3.3 branch and mainline (20030601), I can't reproduce your failure on a powerpc-darwin
> x hppa64-linux cross compiler. Your testcase seems to compile fine:
[...]
> Sorry to keep asking, but can you check again with current gcc 3.3 branch? Thanks,
it still doesn't work with a freshly updated gcc-3.3... same error as
before:
tausq@ios:~/gcc/build-3.3/gcc$ ./xgcc -v
Using built-in specs.
Configured with: ../gcc-3.3/configure --host=hppa-linux --build=hppa-linux --target=hppa64-linux --disable-shared --disable-nls --disable-threads --enable-languages=c --prefix=/opt/palinux
Thread model: single
gcc version 3.3.1 20030610 (prerelease)
tausq@ios:~/gcc/build-3.3/gcc$ ./xgcc -B. -c bug.c
bug.c:1: error: size of array `data' is too large
randolph