Fortran Programming Guide

Analysis Files (.fln Files)

Programs compiled with --Xlist options have their analysis data built into the binary files automatically. This enables global program checking over programs in libraries.

Alternatively, the compiler will save individual source file analysis results into files with a .fln suffix if the -Xlistflndir option is also specified. dir indicates the directory to receive these files.


demo% f77 -Xlistfln/tmp *.f