From: Eric Botcazou Date: Sat, 8 May 2004 17:37:31 +0000 (+0200) Subject: install.texi (sparc-sun-solaris2*): Document bootstrap problems with earlier versions... X-Git-Tag: releases/gcc-3.3.4~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a50bcbb444f43fc07681bd8b1fc7f8a22400205;p=thirdparty%2Fgcc.git install.texi (sparc-sun-solaris2*): Document bootstrap problems with earlier versions of the GNU compiler. * doc/install.texi (sparc-sun-solaris2*): Document bootstrap problems with earlier versions of the GNU compiler. From-SVN: r81647 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1937cbd6571f..e6d22fce6dc1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-08 Eric Botcazou + + * doc/install.texi (sparc-sun-solaris2*): Document bootstrap + problems with earlier versions of the GNU compiler. + 2004-05-07 Steven Bosscher PR opt/14749 @@ -19418,3 +19423,4 @@ cp: * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses. See ChangeLog.7 for earlier changes. + diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0889b1c5b0bf..86f35c952ddb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3150,6 +3150,13 @@ that supports only 32-bit binaries, one must configure with @option{--disable-multilib}, since we will not be able to build the 64-bit target libraries. +GCC 3.3 triggers code generation bugs in earlier versions of the GNU +compiler (especially GCC 3.0.x versions), which lead to the miscompilation +of the stage1 compiler and the subsequent failure of the bootstrap process. +A workaround is to use GCC 3.2.3 as an intermediary stage, i.e. to bootstrap +that compiler with the base compiler and then use it to bootstrap the final +compiler. + @html
@end html