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

Internal error in the C++ compiler with OpenMP

Nick_M_3
New Contributor I
337 Views

The attached program fails with 13.1.0, 13.1.2.183 and the beta version.  It is under SUSE Linux Enterprise Server 11.  The diagnostic is:

": internal error: 20000_0

compilation aborted for OpenMP.cpp (code 4)

Please feel free to contact me directly, as I shall not be following this closely.

0 Kudos
3 Replies
TimP
Honored Contributor III
337 Views

This doesn't appear to be supported by Red Hat g++, so a current g++ would be needed.  OpenMP atomic is claimed to be supported specifically by icpc, although some OpenMP 3.1 features haven't been announced.  Internal error, of course, is a bug, even if associated with unsupported syntax.

0 Kudos
Nick_M_3
New Contributor I
337 Views

Yes.  I was using g++ 4.8.0.

0 Kudos
Nick_M_3
New Contributor I
337 Views

Has this got any further?  I am not stuck on it, but would like to know whether I can retest and even close the issue at my end!

0 Kudos
Reply