Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7876 Discussions

Composer Update 6 bug with /MP switch

ILevi1
Valued Contributor I
241 Views
I just submitted an issue (#647664) for a bug in composer_2011_update6.043 composer_12.1.0.043 and thought that it would be usefull to share it with others.

Namely, if you compile single source code file (.cpp) using:

icl /c /FAs /MPn where n > 0, compiler will try to assemble the .asm file even though /c (compile only) is specified, and fail to produce .obj as a result.
0 Kudos
1 Reply
Milind_Kulkarni__Int
New Contributor II
241 Views
hello,

the bug got fixed for the latest update 12.1 U3 ( 12.1.3.300) already. The compiler is available for download from registrationcenter.intel.com

I am closing this issue as Resolved.

Regards

Milind Kulkarni

0 Kudos
Reply