aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2003-03-24 18:27:26 +0000
committerJanis Johnson <janis@gcc.gnu.org>2003-03-24 18:27:26 +0000
commit05253aed880aebd1730858239cf5a478360e8a93 (patch)
treeee5f7284af1bdcdcbed125e48222efa55a9c3eda
parent2ef6c975b9345f745e7d21a2cbbabdc8de9acbee (diff)
downloadgcc-05253aed880aebd1730858239cf5a478360e8a93.zip
gcc-05253aed880aebd1730858239cf5a478360e8a93.tar.gz
gcc-05253aed880aebd1730858239cf5a478360e8a93.tar.bz2
install.texi (Testing): Mention test result links from build status pages.
2003-03-24 Janis Johnson <janis187@us.ibm.com> * doc/install.texi (Testing): Mention test result links from build status pages. From-SVN: r64811
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0e10cb3..189a3d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-24 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/install.texi (Testing): Mention test result links from build
+ status pages.
+
2003-03-24 Mark Mitchell <mark@codesourcery.com>
* function.c (put_var_into_stack): Change bool parameter to int.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index d5fc559..f5d1dca 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1213,6 +1213,9 @@ Before you install GCC, we encourage you to run the testsuites and to
compare your results with results from a similar configuration that have
been submitted to the
@uref{http://gcc.gnu.org/ml/gcc-testresults/,,gcc-testresults mailing list}.
+Some of these archived results are linked from the build status lists
+at @uref{http://gcc.gnu.org/buildstat.html}, although not everyone who
+reports a successful build runs the testsuites and submits the results.
This step is optional and may require you to download additional software,
but it can give you confidence in your new GCC installation or point out
problems before you install and start using your new GCC.