Intel® C++ Compiler 16.0 User and Reference Guide

fms-dialect

Enables support for a language dialect that is compatible with Microsoft* Windows, while maintaining link compatibility with gcc.

Syntax

Linux:

-fms-dialect[=ver]

OS X:

None

Windows:

None

Arguments

ver

Indicates that the language dialect should be compatible with a certain version of Microsoft* Visual Studio. Possible values are:

14

Specifies the dialect should be compatible with Microsoft* Visual Studio 2015.

12

Specifies the dialect should be compatible with Microsoft* Visual Studio 2013.

11

Specifies the dialect should be compatible with Microsoft* Visual Studio 2012. This is the default if you do not specify ver.

10

Specifies the dialect should be compatible with Microsoft* Visual Studio 2010. This is a deprecated option.

Default

OFF

The compiler does not support a language dialect that is compatible with Microsoft* Windows.

Description

This option enables support for a language dialect that is compatible with Microsoft* Windows, while maintaining link compatibility with gcc. It allows portability of code written on Windows* that uses Microsoft extensions or language features.

IDE Equivalent

None

Alternate Options

Linux and OS X: None

Windows: /Qgcc-dialect

See Also