gcc-version

Provides compatible behavior with gcc.

IDE Equivalent

Linux: Preprocessor > gcc Compatibility Options

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -gcc-version=n
Windows:    None

Arguments

n     Corresponds to the version of gcc installed. For example, if gcc version 3.2 is installed, n = 320.

Default

n = 320    If gcc 3.2 is installed.
n = 330    If gcc 3.3 is installed.
n = 340    If gcc 3.4 is installed.

Description

This option provides compatible behavior with gcc. It selects the version of gcc with which you achieve ABI interoperability.

Alternate Options

None

See Also

Building Applications: Compiler Options for Interoperability