This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc-ibm-aix5.2.0.0 bootstrap failure
- From: Ian Lance Taylor <iant at google dot com>
- To: Steve Edwards <edwardss at whl dot co dot uk>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: 11 Jul 2007 07:49:38 -0700
- Subject: Re: powerpc-ibm-aix5.2.0.0 bootstrap failure
- References: <20070711111248.fc618a11.edwardss@ignatius.gkn-whl.co.uk>
Steve Edwards <edwardss@whl.co.uk> writes:
> I have been testing the current SVN version of gcc (mainly for the
> Fortran development) but had a build failure on a recent clean
> bootstrap under powerpc-ibm-aix5.2.0.0
Build failures are routine when using the current SVN version. That's
the price of using the current development version: it changes very
quickly, and bugs appear and disappear. Normally somebody will fix a
bootstrap failure like this in a day or two.
Ian