NIST Fortran 77 test suite
fcvs, a "Fortran compiler validation suite" was developed by NIST to
validate Fortran 77 compilers. Since Fortran 77 is mostly a subset of Fortran
95, it can still be useful.
- Original
test suite (license)
-
Modified
version that conforms to Fortran 95.
The following alterations have been performed:
- All files are properly formed.
- A
non standard conforming FORMAT statement has been fixed in
FM110.f.
- Hollerith strings in FORMAT statements have been converted to
quoted strings to conform to the Fortran 95 standard.
- Tests that contain deleted features in Fortran 95 (PAUSE and ASSIGN
statements, non integer DO indices) are still provided. They can be
easily identified.
- Some simple drivers are included.
- Additional patches to add manually: FM923
$Date: 2005/10/18 09:18:09 $