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

gcc-version

Provides compatible behavior with gcc.

IDE Equivalent

Windows: None

Linux: Preprocessor > gcc Compatibility Options

OS X: None

Architectures

All

Syntax

Linux and OS X:

-gcc-version=n

Windows:

None

Arguments

n

Is the gcc compatibility. Possible values are:

320

Specifies gcc 3.2 compatibility.

330

Specifies gcc 3.3 compatibility.

340

Specifies gcc 3.4 compatibility.

400

Specifies gcc 4.0 compatibility.

410

Specifies gcc 4.1 compatibility.

411

Specifies gcc 4.11 compatibility.

420

Specifies gcc 4.2 compatibility.

430

Specifies gcc 4.3 compatibility.

440

Specifies gcc 4.4 compatibility.

450

Specifies gcc 4.5 compatibility.

460

Specifies gcc 4.6 compatibility.

470

Specifies gcc 4.7 compatibility.

Default

OFF

This option defaults to the installed version of gcc.

Description

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

Alternate Options

None


Submit feedback on this help topic