Intel® Fortran Compiler 16.0 User and Reference Guide
Specifies that aliasing should be assumed within functions.
Linux and OS X: | -ffnalias -fno-fnalias |
Windows: | None |
None
-ffnalias |
Aliasing is assumed within functions. |
This option specifies that aliasing should be assumed within functions.
The -fno-fnalias option specifies that aliasing should not be assumed within functions, but should be assumed across calls.
Linux and OS X: None
Windows: /Ow[-]