Intel® Fortran Compiler 17.0 Developer Guide and Reference

f66

Tells the compiler to apply FORTRAN 66 semantics.

Syntax

Linux and macOS:

-f66

Windows:

/f66

Arguments

None

Default

OFF

The compiler applies Fortran 95 semantics.

Description

This option tells the compiler to apply FORTRAN 66 semantics when interpreting language features. This causes the following to occur:

IDE Equivalent

Visual Studio: Language > Enable FORTRAN 66 Semantics

Eclipse: None

Xcode: Language > Enable FORTRAN 66 Semantics

Alternate Options

None