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

__INTEL_COMPILER wrong value for 12.1?

Beman_D_
Beginner
327 Views
12.1 has __INTEL_COMPILER set to 9999. Is this a known bug, or am I doing something stupid? What should the value be?

icl reports: Intel C++ Compiler XE for applications running on IA-32, Version 12.1.0.233 Build 20110811

Thanks,

--Beman Dawes
0 Kudos
2 Replies
Judith_W_Intel
Employee
327 Views

Yes thiswas a bug and has been fixed in the latest update. The value should be 1210.

Judy

0 Kudos
KitturGanesh
Employee
327 Views
Also, a related feature request has also been filed to make the version numbers consistent when using icc -v and icc -V. I'll update you as soon as the release with this feature request is out....

Regards,
Kittur
0 Kudos
Reply