]> gcc.gnu.org Git - gcc.git/commitdiff
install.texi (*-*-solaris2*): Update with info about kernel patches to solve spurious...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 14 Oct 2004 12:18:15 +0000 (12:18 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 14 Oct 2004 12:18:15 +0000 (12:18 +0000)
* doc/install.texi (*-*-solaris2*): Update with info about kernel
patches to solve spurious testsuite failures.

From-SVN: r89033

gcc/ChangeLog
gcc/doc/install.texi

index e17ef50c710e501440e8f9a31a691d7dc7a882df..40804f39e38699bc6201fe34c4fed6b41cfa2698 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * doc/install.texi (*-*-solaris2*): Update with info about kernel
+       patches to solve spurious testsuite failures.
+
 2004-10-14  Dorit Naishlos  <dorit@il.bim.com>
 
        * tree-vectorizer.c (get_vectype_for_scalar_type): Added debug prinouts.
index 18cff6a442a3e196a5e63ad44123e4649d517f46..dfbfaeef7435d70db55cb02c0d67ed4b2633aae1 100644 (file)
@@ -3506,6 +3506,17 @@ There are patches for Solaris 2.6 (105633-56 or newer for SPARC,
 108377-20 for Intel), and Solaris 8 (108652-24 or newer for SPARC,
 108653-22 for Intel) that fix this bug.
 
+Sun bug 4927647 sometimes causes random spurious testsuite failures
+related to missing diagnostic output.  This bug doesn't affect GCC
+itself, rather it is a kernel bug triggered by the @command{expect}
+program which is used only by the GCC testsuite driver.  When the bug
+causes the @command{expect} program to miss anticipated output, extra
+testsuite failures appear.
+
+There are patches for Solaris 8 (117350-12 or newer for SPARC,
+117351-12 or newer for Intel) and Solaris 9 (117171-11 or newer for
+SPARC, 117172-11 or newer for Intel) that address this problem.
+
 @html
 <hr />
 @end html
This page took 0.087614 seconds and 5 git commands to generate.