From: Eric Botcazou Date: Wed, 25 Feb 2004 10:42:05 +0000 (+0100) Subject: install.texi (sparc-sun-solaris2* specific notes): Document the bootstrap failure... X-Git-Tag: releases/gcc-4.0.0~9864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b18ec10c36955fb3028adeb33bb01af3624afb;p=thirdparty%2Fgcc.git install.texi (sparc-sun-solaris2* specific notes): Document the bootstrap failure with Sun CC 5.4 and 5.5. * doc/install.texi (sparc-sun-solaris2* specific notes): Document the bootstrap failure with Sun CC 5.4 and 5.5. From-SVN: r78426 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bff9fd89a99e..78f858b455b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-25 Eric Botcazou + + * doc/install.texi (sparc-sun-solaris2* specific notes): Document + the bootstrap failure with Sun CC 5.4 and 5.5. + 2004-02-24 Kazu Hirata * cse.c (cse_change_cc_mode_insns): Stop at any instruction diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bc9711c37b74..0e825448e68b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3441,6 +3441,11 @@ 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.4 triggers a code generation bug in versions 5.4 (Sun ONE Studio 7) +and 5.5 (Sun ONE Studio 8) of the Sun compiler, which causes a bootstrap +failure in form of a miscompilation of the stage1 compiler by the Sun +compiler. This is Sun bug 4974440. This is fixed with patch 112760-07. + @html
@end html