Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 11/07/2023
Public

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

Document Table of Contents

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
or /Ow

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

None

Alternate Options

None

See Also