ftnchek

Static analyzer for Fortran 77 programs to detect errors and style issues

brewmacoslinux
Try with needOr install directly
Source

About

Fortran 77 program checker

Commands

ftnchek

Examples

Check a single Fortran file for errors and warnings$ ftnchek program.f
Check multiple files with verbose output$ ftnchek -verbose file1.f file2.f file3.f
Check file and save report to output file$ ftnchek program.f > analysis_report.txt