Preprocessor

François-Xavier Coudert Francois-Xavier.Coudert@lcp.u-psud.fr
Wed May 4 15:16:00 GMT 2005


> I've been trying to use gfortran with code containing preprocessor
> lines.

A file with suffix .F or .F90 (uppercase F) will be preprocessed by 
gfortran. A file named .f or .f90 (lowercase f) will not be preprocessed, 
and issue warnings if preprocessor directives are found.

FX



More information about the Fortran mailing list