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: [Patch]: Documentation: add a gcc-3.4/criteria.html


 > From: Toon Moene <toon@moene.indiv.nluug.nl>
 > 
 > Kaveh R. Ghazi wrote:
 > > E.g. some things we should probably think about:
 > 
 > > 4.  Rename Fortran to Fortran-77 to distinguish it from 95?
 > 
 > Sure - good move.  Please spell it as "Fortran 77".

Ok, here's what I installed:



Index: criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.1
diff -u -p -r1.1 criteria.html
--- criteria.html	19 Feb 2004 01:48:06 -0000	1.1
+++ criteria.html	19 Feb 2004 02:02:43 -0000
@@ -150,7 +150,7 @@ languages will be considered part of the
 <li>C</li>
 <li>C++</li>
 <li>Java</li>
-<li>Fortran</li>
+<li>Fortran 77</li>
 </ul>
 
 <p>The following languages will be supported by the release, but their
@@ -170,7 +170,7 @@ languages.</p>
 <h2>Regression Tests</h2>
 
 <p>The GCC testsuite contains extensive C and C++ regression tests, as
-well as some Fortran, and Objective-C tests.  GCC 3.4 will not fail
+well as some Fortran 77, and Objective-C tests.  GCC 3.4 will not fail
 any of these tests which the previous release GCC passed on any of the
 supported platforms.  In particular, the current regression testsuite
 will be run using GCC 3.3.3 on each of the supported platforms; those
@@ -238,7 +238,7 @@ shown here are used for GCC 3.4 integrat
     <td>&nbsp;</td>
 </tr>
 <tr><td>LAPACK</td>
-    <td>Fortran</td>
+    <td>Fortran 77</td>
     <td>3.0</td>
     <td>&nbsp;</td>
     <td><a href="../testing/testing-lapack.html">build and test guide</a></td>
@@ -301,7 +301,7 @@ vitally important. Pooma-gcc is pooma-2.
 simplify testing.</p>
 
 <p>LAPACK is a well known linear algebra package that contains code
-typical for large scale Fortran programs.</p>
+typical for large scale Fortran 77 programs.</p>
 
 <h3>Code Quality</h3>
 
@@ -322,7 +322,7 @@ quality:</p>
     <td><a href="ftp://ftp.kai.com/pub/benchmarks/stepanov_v1p2.C";>
          stepanov_v1p2.C</a></td>
 </tr>
-<tr><td>LAPACK</td><td>Fortran</td>
+<tr><td>LAPACK</td><td>Fortran 77</td>
     <td><a href="http://www.netlib.org/lapack/lapack.tgz";>
         LAPACK 3.0 (timing programs)</a></td>
 </tr>
@@ -376,7 +376,7 @@ following unit tests:</p>
     <td>&nbsp;</td>
 </tr>
 <tr><td>&nbsp;</td>
-    <td>Fortran</td>
+    <td>Fortran 77</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>


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