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]

PATCH: htdocs/gcc-2.95 cleanup


With this, we're really done with the current clean-up and conversion to
the new machinery. Hopefully. =:-)

  Remove "last modified" and links to "egcs homepage".
  Fix some <h2>s. Minor edits.

Installed.

Gerald

Index: branch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/branch.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 branch.html
*** branch.html	1999/07/29 04:05:51	1.6
--- branch.html	2000/02/08 09:43:03
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 branch </title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95 branch</h1>
  
*************** release coordinator (Jeff Law).
*** 31,44 ****
  
  <p>We are only accepting bugfix patches for the GCC 2.95 release.
  
! <p>You can still submit patches for the mainline gcc sources.  However,
  responses to such patches may be delayed due to the focus on the GCC 2.95
  release.
- 
- 
- <hr>
- <p><a href="../index.html">Return to the egcs home page</a>
- <p><i>Last modified:  July 28, 1999</i>
  
  </body>
  </html>
--- 33,41 ----
  
  <p>We are only accepting bugfix patches for the GCC 2.95 release.
  
! <p>You can still submit patches for the mainline GCC sources.  However,
  responses to such patches may be delayed due to the focus on the GCC 2.95
  release.
  
  </body>
  </html>
Index: buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/buildstat.html,v
retrieving revision 1.49
diff -c -3 -p -r1.49 buildstat.html
*** buildstat.html	2000/02/07 16:40:53	1.49
--- buildstat.html	2000/02/08 09:43:03
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title> Build status for GCC 2.95</title>
  </head>
+ 
  <body>
  <h1 align="center">Build status for GCC 2.95</h1>
  
*************** Successful
*** 193,202 ****
  
  <p><b>sparc-unknown-linux-gnu</b><br>
  Successful
- 
- <hr>
- <p>
- <i>Last modified on February 7, 1999.</i>
  
  </body>
  </html>
--- 195,200 ----
Index: c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/c++features.html,v
retrieving revision 1.3
diff -c -3 -p -r1.3 c++features.html
*** c++features.html	1999/07/29 04:01:01	1.3
--- c++features.html	2000/02/08 09:43:03
***************
*** 1,13 ****
  <html>
  <head>
  <title>GCC 2.95 C++ Features</title>
  </head>
  <body>
  <h1 align="center">GCC 2.95 C++ Features</h1>
  
- 
  <pre>
- 
  *** Changes in GCC 2.95:
  
  * Messages about non-conformant code that we can still handle ("pedwarns")
--- 1,13 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 C++ Features</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95 C++ Features</h1>
  
  <pre>
  *** Changes in GCC 2.95:
  
  * Messages about non-conformant code that we can still handle ("pedwarns")
***************
*** 81,92 ****
    As with all ABI-changing flags, this flag is for experts only, as all
    code (including the library code in libgcc and libstdc++) must be
    compiled with the same ABI.
- 
  </pre>
  
- <p><a href="../index.html">Return to the egcs home page</a>
- <p><i>Last modified:  July 28, 1999</i>
- 
  </body>
  </html>
- 
--- 81,87 ----
Index: caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/caveats.html,v
retrieving revision 1.12
diff -c -3 -p -r1.12 caveats.html
*** caveats.html	1999/11/01 20:29:29	1.12
--- caveats.html	2000/02/08 09:43:03
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 Caveats</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95 Caveats</h1>
  
***************
*** 55,63 ****
    project).   Future GCC releases will include all the changes from the
    defunct GCC 2.8 sources.
  </ul>
- 
- <p><a href="../index.html">Return to the egcs home page</a>
- <p><i>Last modified:  July 28, 1999</i>
  
  </body>
  </html>
--- 57,62 ----
Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.22
diff -c -3 -p -r1.22 features.html
*** features.html	2000/01/27 11:39:02	1.22
--- features.html	2000/02/08 09:43:03
***************
*** 1,9 ****
  <html>
  <head>
  <title>GCC 2.95 New Features</title>
  </head>
  <body>
! <h1 align="center">GCC 2.95 new features</h1>
  
  <ul>
    <li> General Optimizer Improvements:
--- 1,11 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 New Features</title>
  </head>
+ 
  <body>
! <h1 align="center">GCC 2.95 New Features</h1>
  
  <ul>
    <li> General Optimizer Improvements:
***************
*** 79,87 ****
    so we have all of the <a href="../egcs-1.0/features-2.8.html">features
    found in GCC 2.8</a>.
  </ul>
- 
- <p><a href="../index.html">Return to the home page</a>
- <p><i>Last modified:  January 27, 2000</i>
  
  </body>
  </html>
--- 81,86 ----
Index: gcc-2.95.1.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.1.html,v
retrieving revision 1.5
diff -c -3 -p -r1.5 gcc-2.95.1.html
*** gcc-2.95.1.html	1999/08/19 07:36:11	1.5
--- gcc-2.95.1.html	2000/02/08 09:43:03
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95.1</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95.1</h1>
  <p>August 19, 1999
*************** successful.
*** 110,118 ****
  <p>For additional information about GCC please see the
  <a href="../index.html">GCC project web server</a> or contact the
  <a href="mailto:gcc@gcc.gnu.org">GCC development mailing list</a>.
- 
- <hr>
- <i>Last modified on August 19, 1999.</i>
  
  </body>
  </html>
--- 112,117 ----
Index: gcc-2.95.2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.2.html,v
retrieving revision 1.5
diff -c -3 -p -r1.5 gcc-2.95.2.html
*** gcc-2.95.2.html	1999/10/28 05:42:37	1.5
--- gcc-2.95.2.html	2000/02/08 09:43:04
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95.2</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95.2</h1>
  
*************** successful.
*** 136,144 ****
  <p>For additional information about GCC please see the
  <a href="../index.html">GCC project web server</a> or contact the
  <a href="mailto:gcc@gcc.gnu.org">GCC development mailing list</a>.
- 
- <hr>
- <i>Last modified on October 25, 1999.</i>
  
  </body>
  </html>
--- 138,143 ----
Index: gcc-2.95.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.html,v
retrieving revision 1.14
diff -c -3 -p -r1.14 gcc-2.95.html
*** gcc-2.95.html	1999/07/31 12:59:48	1.14
--- gcc-2.95.html	2000/02/08 09:43:04
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95</h1>
  
*************** successful.
*** 51,59 ****
  <p>For additional information about GCC please see the
  <a href="../index.html">GCC project web server</a> or contact the
  <a href="mailto:gcc@gcc.gnu.org">GCC development mailing list</a>.
- 
- <hr>
- <i>Last modified on July 31, 1999.</i>
  
  </body>
  </html>
--- 53,58 ----
Index: othertest.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/othertest.html,v
retrieving revision 1.3
diff -c -3 -p -r1.3 othertest.html
*** othertest.html	1999/07/29 12:42:11	1.3
--- othertest.html	2000/02/08 09:43:04
***************
*** 1,12 ****
  <html>
  <head>
  <title>GCC 2.95 other tests</title>
  </head>
  <body>
  <h1 align="center">GCC 2.95 other tests</h1>
  
  
! <h2> Package/Feature Testing </h2>
  <p> In addition to regression testing it is important to perform tests
  on larger software packages.  The key packages used for GCC 2.95 testing
  are the Linux kernel, GNU C library, RedHat 6.0 sources and the LAPACK
--- 1,14 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 other tests</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95 other tests</h1>
  
  
! <h2>Package/Feature Testing</h2>
  <p> In addition to regression testing it is important to perform tests
  on larger software packages.  The key packages used for GCC 2.95 testing
  are the Linux kernel, GNU C library, RedHat 6.0 sources and the LAPACK
*************** UNTESTED
*** 173,188 ****
  </td>
  </tr>
  </table>
! <h1> Package testing notes </h1>
! <p> Note the linux kernel, modules and related code must be compiled
  with -fno-strict-aliasing as the linux kernel violates ANSI/ISO C standards
  used to perform type based alias analysis.
  
  <p>GCC 2.95 has known bugs accessing complex values on 64bit targets.  This
  particularly effects Fortran code (such as lapack) on Alphas, MIPS potentially
  other 64bit platforms.
- 
- <p><i>Last modified on July 29, 1999.</i>
  
  </body>
  </html>
--- 175,190 ----
  </td>
  </tr>
  </table>
! 
! <h2>Package testing notes</h2>
! 
! <p>Note the linux kernel, modules and related code must be compiled
  with -fno-strict-aliasing as the linux kernel violates ANSI/ISO C standards
  used to perform type based alias analysis.
  
  <p>GCC 2.95 has known bugs accessing complex values on 64bit targets.  This
  particularly effects Fortran code (such as lapack) on Alphas, MIPS potentially
  other 64bit platforms.
  
  </body>
  </html>
Index: regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/regress.html,v
retrieving revision 1.105
diff -c -3 -p -r1.105 regress.html
*** regress.html	1999/07/29 04:04:15	1.105
--- regress.html	2000/02/08 09:43:05
***************
*** 1,11 ****
  <html>
  <head>
  <title>GCC 2.95 regression test strategy</title>
  </head>
  <body>
  <h1 align="center">GCC 2.95 regression test strategy</h1>
  
! <h2> Regression Testing </h2>
  <p>One of the critical steps in making releases is regression testing.  For
  GCC 2.95 regression tests have been performed against EGCS 1.1.2.
  
--- 1,13 ----
  <html>
+ 
  <head>
  <title>GCC 2.95 regression test strategy</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95 regression test strategy</h1>
  
! <h2>Regression Testing</h2>
  <p>One of the critical steps in making releases is regression testing.  For
  GCC 2.95 regression tests have been performed against EGCS 1.1.2.
  
*************** OK
*** 463,470 ****
  </td>
  </tr>
  </table>
! <h1> Package testing notes </h1>
! <p> Note the linux kernel, modules and related code must be compiled
  with -fno-strict-aliasing as the linux kernel violates ANSI/ISO C standards
  used to perform type based alias analysis.
  
--- 465,473 ----
  </td>
  </tr>
  </table>
! 
! <h2>Package testing notes</h2>
! <p>Note the linux kernel, modules and related code must be compiled
  with -fno-strict-aliasing as the linux kernel violates ANSI/ISO C standards
  used to perform type based alias analysis.
  
*************** to add at least one major C++ and Fortra
*** 476,483 ****
    <li> C++ package(s)
    <li> Fortran package(s)
  </ul>
- 
- <p><i>Last modified on July 28, 1999.</i>
  
  </body>
  </html>
--- 479,484 ----
Index: schedule.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/schedule.html,v
retrieving revision 1.8
diff -c -3 -p -r1.8 schedule.html
*** schedule.html	1999/07/29 04:05:51	1.8
--- schedule.html	2000/02/08 09:43:05
***************
*** 1,7 ****
--- 1,9 ----
  <html>
+ 
  <head>
  <title>GCC 2.95</title>
  </head>
+ 
  <body>
  <h1 align="center">GCC 2.95</h1>
  
*************** regression testing effort and major soft
*** 78,85 ****
  will hopefully start to appear soon as well as updated on the issues mentioned
  in the list above.
   
- <hr>
- <i>Last modified on June 28, 1999.</i>
- 
  </body>
  </html>
--- 80,84 ----



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