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

(0): internal error: 20000_20002

Jim_Veitch
Beginner
500 Views
The icc compilation fails with this very obscure message. Any ideas what I should be looking for?

This code compiles fine under gcc
$ icc --version
icc (ICC) 12.1.3 20120212
0 Kudos
1 Reply
TimP
Honored Contributor III
500 Views
The compiler team would need a test case, preferably filed on your premier.intel.com account, to see if it is a previously reported bug, or if it has been fixed by a more recent compiler. Short of upgrading your compiler, you could check to see if it occurs with reduced optimization level.
0 Kudos
Reply