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]

[RFA:] Mention simtest-howto.html in contribute.html


cvswrite.html and develop.html mention how to test with simulators by
referring to simtest-howto.html and contribute.html should too IMHO.

Ok to commit?

Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.39
diff -p -c -r1.39 contribute.html
*** contribute.html	2001/10/17 10:39:40	1.39
--- contribute.html	2001/11/03 22:57:29
*************** apply by the time your patch is reviewed
*** 86,92 ****
  <dd>
  A list of targets where the patch survived a bootstrap of GCC.  A
  bootstrap on at least one host is required for any non-trivial change.  A
! full GCC testsuite run is also required.  With your patch, provide a
  list of hosts where the GCC testsuite was run, including an analysis
  of any regressions.  Documentation changes do not require a bootstrap,
  but must pass <code>make info</code> and <code>make dvi</code>.
--- 86,94 ----
  <dd>
  A list of targets where the patch survived a bootstrap of GCC.  A
  bootstrap on at least one host is required for any non-trivial change.  A
! full GCC testsuite run is also required.  It is recommended that
! you also <a href="simtest-howto.html">use one or more simulators</a> to
! increase your test coverage.  With your patch, provide a
  list of hosts where the GCC testsuite was run, including an analysis
  of any regressions.  Documentation changes do not require a bootstrap,
  but must pass <code>make info</code> and <code>make dvi</code>.

brgds, H-P


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