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

internal error: assertion failed at: "shared/cfe/edgcpfe/decls.c", line 13056

Walter_D_
Beginner
405 Views

Hi,

the code attached (output of preprocessor using compiler options "-std=c++0x -O2 -ip -xHost -fpic -falign-functions -openmp -g -Wall" with icpc 13.0.1 20121010 generated the error message given in the subject line.

cheers, Walter.

PS. forgot to say that the error occurs first on line 145 of radix.cc (but also onlines 178 and 193), in each case the code "catch(exception E)" triggers the problem.

0 Kudos
2 Replies
Alexander_W_Intel
405 Views
Hi Walter, I was able to reproduce the issue on my side. I will investigate further and update this thread as soon as I know more. Thanks for reporting! Alex
0 Kudos
Alexander_W_Intel
405 Views

Hi Walter,

this issue is fixed in the actual version of the Compiler. You can download an update for the compiler at the Intel Registration Center

Thanks,
Alex 

0 Kudos
Reply