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

ansi-alias-check, Qansi-alias-check

Enables or disables the ansi-alias checker.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-ansi-alias-check

-no-ansi-alias-check

Windows:

/Qansi-alias-check

/Qansi-alias-check-

Arguments

None

Default

-no-ansi-alias-check or /Qansi-alias-check -

The ansi-alias checker is disabled unless option -ansi-alias-check or /Qansi-alias-check has been specified.

Description

This option enables or disables the ansi-alias checker. The ansi-alias checker checks the source code for potential violations of ANSI aliasing rules and disables unsafe optimizations related to the code for those statements that are identified as potential violations.

You can use option –Wstrict-aliasing to identify potential violations.

If option -ansi-alias (Linux OS and OS X) or /Qansi-alias (Windows OS) has been specified, the ansi-alias checker is enabled by default. You can use option -no-ansi-alias-check or /Qansi-alias-check- to disable the checker.

Alternate Options

None

See Also


Submit feedback on this help topic