Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28434 Discussions

Catastrophic error while compiling large file

ereisch
New Contributor II
3,183 Views

Unfortunately, I cannot post the entire source file that leads to this error, but the diagnostic seems to include more details than usual, so I'm hoping the compiler developers will be able to locate the issue without the source.  If not, let me know and I'll try to generate a reproducer.

file.i: error #5270: Internal Compiler Error: symbol not a SYMTOK
Bad allocation strategy
file.i: catastrophic error: **Internal compiler error: abort signal raised** Please report this error.....
0 Kudos
23 Replies
andrew_4619
Honored Contributor II
482 Views

Yes it is the one after CMPLRIL0-33764 I would bet.

0 Kudos
ereisch
New Contributor II
431 Views

Does anyone know if this bug has been addressed?  I inquired a few weeks ago in the ticket (CMPLRIL0-33765) if there were any updates on the status, but got crickets.

0 Kudos
Barbara_P_Intel
Moderator
422 Views

Sorry for the delay in the responding to your question. No update yet.

There is that workaround. Remove this compiler option: -gen-interfaces. No internal compiler error then.

0 Kudos
Reply