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

Regression on ICE 04010002_1509

vzecca
Beginner
555 Views

The following is a regression:

c FIXED ifort ICE 04010002_1509 on wrong Fortran in il0_trans_Interior
c REGRESSION ICE internal abort 04010002_1509
TYPE t1
INTEGER :: dummy
END TYPE

TYPE t2
TYPE(t1) :: root
END TYPE

TYPE(t2) :: tree

tree = t2(null())

END

 

Compiler output:

04010002_1509

ierr361.f(13): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.

0 Kudos
2 Replies
Barbara_P_Intel
Moderator
514 Views

I reported this to the Fortran developers as CMPLRIL0-33764.  I'll keep you posted on its progress to a fix.

 

0 Kudos
Barbara_P_Intel
Moderator
361 Views

The ICE is fixed in the latest compiler release, 2021.5.1. It's part of oneAPI HPC Toolkit 2022.1.

Please download the new compiler and check it out!



0 Kudos
Reply