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

fargument-noalias-global

Tells the compiler that function arguments cannot alias each other and cannot alias global storage.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fargument-noalias-global

Windows:

None

Arguments

None

Default

OFF

Function arguments can alias each other and can alias global storage.

Description

This option tells the compiler that function arguments cannot alias each other and they cannot alias global storage.

If you only want to prevent function arguments from being able to alias each other, specify option -fargument-noalias.

Alternate Options

None

See Also


Submit feedback on this help topic