]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (sparc-sun-solaris2*): Document bootstrap problems with earlier versions...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 8 May 2004 17:37:31 +0000 (19:37 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 May 2004 17:37:31 +0000 (17:37 +0000)
* doc/install.texi (sparc-sun-solaris2*): Document bootstrap
problems with earlier versions of the GNU compiler.

From-SVN: r81647

gcc/ChangeLog
gcc/doc/install.texi

index 1937cbd6571f9fe175766cd9e2fa5b4c86e112cd..e6d22fce6dc19383c644a57e2c7dc5ba92df73dc 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * doc/install.texi (sparc-sun-solaris2*): Document bootstrap
+       problems with earlier versions of the GNU compiler.
+
 2004-05-07  Steven Bosscher  <stevenb@suse.de>
 
        PR opt/14749
@@ -19418,3 +19423,4 @@ cp:
        * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
 
 See ChangeLog.7 for earlier changes.
+
index 0889b1c5b0bfef5f99eabf65cdb881b30b0e900c..86f35c952ddb4312064574b45d2e1a31ccdb5ae5 100644 (file)
@@ -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
 <hr />
 @end html