This is the mail archive of the gcc@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]

Re: Test Suite


On Mon, 24 Jan 2000,     wrote:
> I tried again, making sure that I wasn't using a stored page with the
> same results.  Since I mentioned this I found out that the test suite
> is not being released because of copyright issues.  I figured that the
> pages were just made unavailable without a replacement.

No, that was not the reason. I just realised that you probably were
reading our web pages at http://www.gnu.org/, not our main server at
http://gcc.gnu.org/.

The following patch, which I have already installed, will fix the problem
you noticed once the mirroring at http://www.gnu.org/ will pick it up.

Thanks for the hint!

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.180
diff -c -3 -p -r1.180 index.html
*** index.html	2000/01/14 07:31:31	1.180
--- index.html	2000/01/26 20:50:11
*************** href="contribute.html">assigned to the F
*** 85,92 ****
  <p>We will provide regular, high quality 
  <a href="ftp://gcc.gnu.org/pub/gcc/releases/index.html">releases</a>.
  We want those releases to work well on a variety of native (including
! GNU/Linux) and cross targets and use an extensive <a href="testresults/">test
! suite</a> as well as a <a href="benchresults/">benchmark suite</a> to
  maintain and improve quality.
  <a href="gcc-2.95/gcc-2.95.2.html">GCC 2.95.2</a> is the current release.
  <hr>
--- 85,93 ----
  <p>We will provide regular, high quality 
  <a href="ftp://gcc.gnu.org/pub/gcc/releases/index.html">releases</a>.
  We want those releases to work well on a variety of native (including
! GNU/Linux) and cross targets and use an extensive
! <a href="http://gcc.gnu.org/testresults/">test suite</a> as well as a
! <a href="http://gcc.gnu.org/benchresults/">benchmark suite</a> to
  maintain and improve quality.
  <a href="gcc-2.95/gcc-2.95.2.html">GCC 2.95.2</a> is the current release.
  <hr>
*************** href="mailto:gcc@gcc.gnu.org?subject=g77
*** 160,166 ****
  <address>
  <a href="about.html">The GCC team</a>
  <br>
! <small><i>Last modified on January 7, 2000.</i></small>
  </address>
  
  </body>
--- 161,167 ----
  <address>
  <a href="about.html">The GCC team</a>
  <br>
! <small><i>Last modified on January 26, 2000.</i></small>
  </address>
  
  </body>


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