Intel® C++ Compiler XE 13.1 User and Reference Guides

ffnalias

Specifies that aliasing should be assumed within functions.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-ffnalias

-fno-fnalias

Windows:

None

Arguments

None

Default

-ffnalias

Aliasing is assumed within functions.

Description

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.

Alternate Options

Linux and OS X: None

Windows: /Ow[-]

See Also


Submit feedback on this help topic