I built gcc-3.3.2 with the ADA bootstrap binary from Rainer Orth,
gcc-3.3.2-alpha-dec-osf5.1b-bin.tar.gz. I then tried to build gcc-3.4.3 with
the ADA binaries from the gcc-3.3.2 build:
$ cd /opt/build
$ gtar jxf /opt/src/devel/gcc-3.4.3/src/gcc-3.4.3.tar.bz2
$ mkdir gcc-3.4.3-objdir
$ cd gcc-3.4.3-objdir
$ PATH=/opt/TWWfsw/gcc332/bin:$PATH CC=/opt/TWWfsw/gcc332/bin/gcc \
/opt/build/gcc-3.4.3/configure --with-included-gettext --enable-shared \
--enable-languages="ada,c"
...
$ PATH=/opt/TWWfsw/gcc332/bin:$PATH gmake bootstrap
...
mkdir -p ada/bldtools
cp -p /opt/build/gcc-3.4.3/gcc/ada/sinfo.ads
/opt/build/gcc-3.4.3/gcc/ada/nmake.adt /opt/build/gcc-3.4.3/gcc/ada/xnmake.adb
ada/bldtools
(cd ada/bldtools; gnatmake -q xnmake ; ./xnmake -b ../nmake.adb )
raised CONSTRAINT_ERROR : SIGSEGV
gmake[2]: *** [ada/nmake.adb] Error 1
gmake[2]: Leaving directory `/opt/build/gcc-3.4.3-objdir/gcc'
I also tried building gcc-4.0.2 with the binaries generated from the gcc-3.3.2
build and encountered the same error:
...
mkdir -p ada/bldtools/nmake_b
cp -p /opt/build/gcc-4.0.2/gcc/ada/sinfo.ads
/opt/build/gcc-4.0.2/gcc/ada/nmake.adt /opt/build/gcc-4.0.2/gcc/ada/xnmake.adb
ada/bldtools/nmake_b
(cd ada/bldtools/nmake_b; gnatmake -q xnmake ; ./xnmake -b ../../nmake.adb )
raised CONSTRAINT_ERROR : SIGSEGV
gmake[2]: *** [ada/nmake.adb] Error 1
gmake[2]: Leaving directory `/opt/build/gcc-4.0.2-objdir/gcc'
--
Summary: xnmake SIGSEGV
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bugzilla-gcc at thewrittenword dot com
GCC build triplet: alphaev67-dec-osf5.1
GCC host triplet: alphaev67-dec-osf5.1
GCC target triplet: alphaev67-dec-osf5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24352