This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [WWW] simtest-howto.html clarifications, additions


On Wed, Jun 18, 2003 at 09:28:35PM -0700, Jim Wilson wrote:
> It would be nice if the simtest-howto.html page was easier to find. 
> There is a link to it from the "Development Plan" page, and a link to it 
> from the "Contributing" page.  There are no links to it from the 
> "Install" or "Testing" pages.  This means that the average user that 
> wants to find this info is unable to, because none of the obvious pages 
> lead to it.  Only developer info pages lead to it.

Who is expected to use these instructions?  The link in
contribute.html lets GCC contributors know about a way to increase
their testing, as does the link from develop.html.  I've added the
following to the testing page, which is aimed at people who want to
help out by doing extra testing.

A link to simtest-howto.html doesn't seem to fit into install/test.html
but if you've got an idea where it should be mentioned there, please
submit it.  And thanks, Jim, for all your comments about this document.

Janis

Index: testing/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
retrieving revision 1.17
diff -u -p -r1.17 index.html
--- testing/index.html	7 Apr 2003 10:03:23 -0000	1.17
+++ testing/index.html	19 Jun 2003 21:28:26 -0000
@@ -56,6 +56,9 @@ the test suite directories.</p>
       are not already being reported regularly; see
       <a href="http://gcc.gnu.org/install/test.html";>Installing GCC:
       Testing</a> for instructions on submitting test results.</li>
+  <li>Build cross compilers and test with simulators as described in
+      <a href="http://gcc.gnu.org/simtest-howto.html";>How to test GCC
+      on a simulator</a>.</li>
   <li>If your system is beefy enough, do regular builds and test runs with
       RTL consistency checks enabled.  This slows the compiler down by an
       order of magnitude but has found plenty of bugs in the past.</li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]