Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3BF25B8D-277B-4F16-B03A-3EB17CD15035
Visible to Intel only — GUID: GUID-3BF25B8D-277B-4F16-B03A-3EB17CD15035
ffnalias, Ow
Determines whether aliasing is assumed within functions. This feature is only available for ifort.
Syntax
Linux: |
-ffnalias -fno-fnalias |
Windows: |
/Ow /Ow- |
Arguments
None
Default
-ffnalias |
Aliasing is assumed within functions. |
Description
This option determines whether aliasing is assumed within functions.
If you specify -fno-fnalias or /Ow-, aliasing is not assumed within functions, but it is assumed across calls.
If you specify -ffnalias or /Ow, aliasing is assumed within functions.
IDE Equivalent
Alternate Options
None