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

internal error intel compiler 11.1 on mac

af123_af007
Beginner
282 Views
Hi, getting the follownig error compiling some c++ codes using the icpc version 11.1.46.

(0): internal error: 0_0


These same codes have compiled without incident using previous versions of the intel compilers.
0 Kudos
2 Replies
Om_S_Intel
Employee
282 Views

It would be nice if you can provide the testcase and compilation command to narrowdown the issue. You may submit preprocessed file as a test case. You can generate the pressed file using -P compiler option and can attach to this forum post.

0 Kudos
Quoc-An_L_Intel
Moderator
282 Views

Does it compile with -O0?
0 Kudos
Reply