This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot bootstrap Ada in gcc-ss-3.3-20040126 when using gcc3.4.0-20040126 as a bootstrap compiler
> if this is already known or well known situation, please excuse me, but
> bootstrap of gcc-ss-3.3-20040126 with C++ and Ada languages enabled and
> when gcc3.4.0-20040126 is used as a bootstrap compiler fails with:
Right, this is not a supported combination: you need an older (or equal)
version of GNAT to bootstrap GNAT.
Note that GCC 3.3 contains a pretty bad Ada compiler (possibly
worse than 3.2 which was not very good either), so it is not recommended
to use it for anything else than bootstrapping newer versions as
far as Ada is concerned.
Arno