Deprecated and Removed Compiler Options

Deprecated Options

Occasionally, compiler options are marked as "deprecated." Deprecated options are still supported in the current release, but are planned to be unsupported in future releases.

The following options are deprecated in this release of the compiler:

Linux* and Mac OS* Options Suggested Replacement
-axB -axN or -axW
-cxxlib-gcc[=dir] -cxxlib[=dir]
-fp -fno-omit-frame-pointer
-fpstkchk -fp-stack-check
-i-dynamic -shared-intel
-i-static -static-intel
-IPF-fp-speculation -fp-speculation
-mcpu -mtune
-nobss-init -no-bss-init
-Ob -inline-level
-openmpP -openmp
-openmpS -openmp-stubs
-opt-report-level -opt-report
-qp -p
-xB -xW or -aN
Windows* Options Suggested Replacement
/Fm /map
/G5 None
/G6 (or /GB) None
/G7 None
/Ge /Gs0
/ML and /MLd None
/QaxB /QaxW or /QaxN
/Qfpstkchk /Qfp-stack-check
/QIPF-fp-speculation /Qfp-speculation
/Qopt-report-level /Qopt-report
/QaxB /QaxW or /QaxN
/Zd /debug:partial and /debug:minimal

Deprecated options are not limited to this list.

Removed Options

Some compiler options are no longer supported and have been removed. If you use one of these options, the compiler issues a warning, ignores the option, and then proceeds with compilation.

This version of the compiler no longer supports the following compiler options:

Linux* and Mac OS* Options Suggested Replacement
-axi None
-axM None
-cxxlib-icc None
-F -preprocess-only or -P
-ipo-obj (and -ipo_obj) None
-Kpic, -KPIC -fpic
-prof-format-32 None
-syntax -syntax-only
-tpp5 None
-tpp6 None
-tpp7 -mtune=pentium4
-xi None
-xM None
Windows* Options Suggested Replacement
/4ccD (and /4ccd) None
/Qaxi None
/QaxM None
/Qipo-obj (and /Qipo_obj) None
/Qprof-format-32 None
/Qvc7 None
/Qxi None
/QxM None

Removed options are not limited to these lists.