The following options are provided for backward compatibility with earlier compiler releases, and certain Fortran legacy capabilities.
Table 3-12 Backward Compatibility Options|
Action |
Option |
Details |
|---|---|---|
|
Double default data sizes: use -xtypemap instead. | -r8 or -dbl | |
|
Allow assignment to constant arguments. | -copyargs | |
|
External names--make external names without underscores. | -ext_names=e | |
|
Nonstandard arithmetic--allow nonstandard arithmetic. | -fnonstd | |
|
Optimize performance for the host system. | -native | |
|
Output--use old style list-directed output. | -oldldo | |
|
DO loops--use one trip DO loops. | -onetrip |