diff mbox series

[pushed] readings: Drop FORTRAN 77 test suite at itl.nist.gov

Message ID 20240618071326.30FE833E9F@hamza.pair.com
State New
Headers show
Series [pushed] readings: Drop FORTRAN 77 test suite at itl.nist.gov | expand

Commit Message

Gerald Pfeifer June 18, 2024, 7:13 a.m. UTC
The original subsite has disappeared and we couldn't find it elsewhere.

Pushed.

Gerald
---
 htdocs/readings.html | 6 ------
 1 file changed, 6 deletions(-)

Comments

Steve Kargl June 18, 2024, 5:20 p.m. UTC | #1
On Tue, Jun 18, 2024 at 09:13:23AM +0200, Gerald Pfeifer wrote:
> The original subsite has disappeared and we couldn't find it elsewhere.
> 

https://github.com/gklimowicz/FCVS

gklimowicz is a flang developer and member of J3.
Jerry D June 19, 2024, 10:31 p.m. UTC | #2
On 6/18/24 10:20 AM, Steve Kargl wrote:
> On Tue, Jun 18, 2024 at 09:13:23AM +0200, Gerald Pfeifer wrote:
>> The original subsite has disappeared and we couldn't find it elsewhere.
>>
> 
> https://github.com/gklimowicz/FCVS
> 
> gklimowicz is a flang developer and member of J3.
> 

FWIW my copy of the tests still pass:

--- snip ---

FM921 compiles and runs OK
*******FM922*******
FM922 compiles and runs OK
*******FM923*******
FM923 compiles and runs OK

The logfile is nist.log

0 compilation errors or warnings

0 load and link errors

0 runtime errors

192 completely successful
diff mbox series

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 784a3bd7..ae1b52bb 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -423,12 +423,6 @@  names.
   <li>Testing and Validation -
       Some packages aimed at Fortran compiler validation.
     <ul>
-      <li>
-        <a href="https://www.itl.nist.gov/div897/ctg/fortran_form.htm">FORTRAN
-        77 test suite</a> by the NIST Information Technology Laboratory
-        (<a href="https://www.itl.nist.gov/div897/ctg/software.htm">license</a>)
-        contains legal and operational Fortran 77 code.
-      </li>
       <li>
         The g77 testsuite (which is part of GCC).
       </li>