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

internal error: assertion failed at: "shared/cfe/edgcpfe/lower_name.c", line 4241

Matthias_Kretz
New Contributor I
240 Views
Hi,

I just tested ICC 12.1.3 with Vc and ICC fails compilation on all of my unit tests with the following error:
internal error: assertion failed at: "shared/cfe/edgcpfe/lower_name.c", line 4241

I would need some help to debug this any further.
0 Kudos
2 Replies
Matthias_Kretz
New Contributor I
240 Views

I found a workaround. This may be a hint for the compiler team to debug it.

[cpp]+#ifndef VC_ICC +// ICC ICEs if the following type-traits are in the anonymous namespace namespace { +#endif ... +#ifndef VC_ICC } +#endif[/cpp]
0 Kudos
Melanie_B_Intel
Employee
240 Views
Will you please attach a reproducer test case, please include preprocessed source file (-E compiler switch) and compiler invocation.
0 Kudos
Reply