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

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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

macOS:

-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