2.2. Options controlling Fortran dialect
2.2 Options controlling Fortran dialect
The following options control the details of the Fortran dialect accepted by the compiler:
-
-ffree-form
-ffixed-form
- Specify the layout used by the source file. The free form layout was introduced in Fortran 90. Fixed form was traditionally used in older Fortran programs. When neither option is specified, the source form is determined by the file extension.
-fall-intrinsics
- This option causes all intrinsic procedures (including the GNU-specific extensions) to be accepted. This can be useful with
-std=f95
to force standard-compliance but get access to the full range of intrinsics available withgfortran
. As a consequence,-Wintrinsics-std