This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Preprocessor


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]