GCC 3.4.2/GNAT bootstrap problem
Frank Ecke
franke@euro-telematik.de
Sat Oct 16 21:19:00 GMT 2004
Reinhold May <Reinhold.May@gmx.net>
X-send-pr-version: 3.113
X-GNATS-Notify:
>Submitter-Id: net
>Originator: Frank Ecke
>Organization: Euro Telematik AG, Ulm, Germany
>Confidential: no
>Synopsis: GCC 3.4.2/GNAT bootstrap problem
>Severity: critical
>Priority: medium
>Category: ada, bootstrap
>Class: rejects-legal, sw-bug
>Release: 3.4.2 (bootstrap gcc is 3.1)
>Environment:
System: IRIX64 glanzer 6.2 06101031 IP28
host: mips-sgi-irix6.2
build: mips-sgi-irix6.2
target: mips-sgi-irix6.2
configured with: ../srcdir/configure --enable-languages=c,c++,ada --prefix=/usr/local2 --disable-nls --disable-multilib
>Description:
The bootstrap process fails during stage 3 when the
stage 2 xgcc is used to compile the root file of the
Ada Standard library, the package Ada itself:
stage2/xgcc -Bstage2/ -B/usr/local2/mips-sgi-irix6.2/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../srcdir/gcc/ada ../../srcdir/gcc/ada/ada.ads -o ada/ada.o
xgcc: Internal error: Segmentation fault (program gnat1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [ada/ada.o] Error 1
make[2]: Leaving directory `/usr/people/franke/install/objdir/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory `/usr/people/franke/install/objdir/gcc'
make: *** [bootstrap] Error 2
A core file is generated:
(glanzer 504) $ file install/objdir/gcc/core
install/objdir/gcc/core: IRIX N32 core dump of 'gnat1'
(glanzer 505) $ strings install/objdir/gcc/core | head
gnat1
stage2/gnat1 -I- -I. -Iada -I../../srcdir/gcc/adstage2/gnat1 -I- -I. -Iada -I../../srcdir/gcc/ada -quiet -dumpbase ada.ads -g -
>How-To-Repeat:
Rerun the bootstrap.
>Fix:
Fix unknown, but behaviour observed in 3.4.0 and 3.4.1, too.
More information about the Gcc
mailing list