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
-alias-args -fargument-alias
-axB -axN or -axW
-c99 -std=c99
-create-pch -pch-create
-cxxlib-gcc[=dir] -cxxlib[=dir]
-fp -fno-omit-frame-pointer
-fpstkchk -fp-stack-check
-fwritable-strings None
-i-dynamic -shared-intel
-i-static -static-intel
-IPF-fp-speculation -fp-speculation
-Kc++ -x c++
-march=pentiumii None
-march=pentiumiii -march=pentium3
-mcpu -mtune
-no-c99 -std=c89
-no-cpprt -no-cxxlib
-nobss-init -no-bss-init
-norestrict -no-restrict
-Ob -inline-level
-openmpP -openmp
-openmpS -openmp-stubs
-opt-report-level -opt-report
-qp -p
-use-pch -pch-use
-xB -xW or -aN
Windows* Options Suggested Replacement
/Fm None
/Fr /FR
/G5 None
/G6 (or /GB) None
/G7 None
/Ge /Gs0
/Gf /GF
/GX /EHs
/Gy None
/GZ /RTCs
/H None
/ML and /MLd None
/QaxB /QaxW or /QaxN
/Qc99 /Qstdc=c99
/Qfpstkchk /Qfp-stack-check
/QIPF-fp-speculation /Qfp-speculation
/Qopt-report-level /Qopt-report
/QaxB /QaxW or /QaxN
/Zd None
/Ze None

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
-0f_check None
-axi None
-axM None
-cxxlib-icc None
-F -P
-fdiv_check None
-ipo-obj (and -ipo_obj) None
-Knopic, -KNOPIC -fpic
-Kpic, -KPIC -fpic
-prof-format-32 None
-syntax -fsyntax-only
-tpp5 None
-tpp6 None
-tpp7 -mtune=pentium4
-xi None
-xM None
Windows* Options Suggested Replacement
/4ccD (and /4ccd) None
/Qaxi None
/QaxM None
/QIfdiv None
/Qipo-obj (and /Qipo_obj) None
/QI0f None
/Qprof-format-32 None
/Qvc7 None
/Qxi None
/QxM None

Removed options are not limited to these lists.