Tells the compiler to use the run-time behavior of Fortran 77.
Windows: Compatibility > Enable
F77 Run-Time Compatibility
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -f77rtl -nof77rtl |
Windows: | /f77rtl /nof77rtl |
None
OFF | The compiler uses the run-time behavior of IntelŪ Fortran. |
This option tells the compiler to use the run-time behavior of Fortran 77.
Specifying this option controls the following run-time behavior:
When the unit is not connected to a file, some INQUIRE specifiers will return different values:
NUMBER= returns 0
ACCESS= returns 'UNKNOWN'
BLANK= returns 'UNKNOWN'
FORM= returns 'UNKNOWN'
PAD= defaults to 'NO' for formatted input.
NAMELIST and list-directed input of character strings must be delimited by apostrophes or quotes.
When processing NAMELIST input:
Column 1 of each record is skipped.
The '$' or '&' that appears prior to the group-name must appear in column 2 of the input record.
None