summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-02-25 11:42:05 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-02-25 10:42:05 +0000
commit94b18ec10c36955fb3028adeb33bb01af3624afb (patch)
treed1c12be7079173216cc379f786569b401fe84778 /gcc
parent31058ee354a51cdebccb7129312c07b4938ffa12 (diff)
downloadgcc-94b18ec10c36955fb3028adeb33bb01af3624afb.tar.gz
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bff9fd89a99..78f858b455b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-25 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * 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 <kazu@cs.umass.edu>
* cse.c (cse_change_cc_mode_insns): Stop at any instruction
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index bc9711c37b7..0e825448e68 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
<hr />
@end html