> 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