Intel® C++ Compiler Classic 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-66965DEA-C97F-418A-B0D5-65CBA67BEECA
Visible to Intel only — GUID: GUID-66965DEA-C97F-418A-B0D5-65CBA67BEECA
fargument-noalias-global
Tells the compiler that function arguments cannot alias each other and cannot alias global storage.
Syntax
Linux and macOS: |
-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.
IDE Equivalent
Alternate Options
None