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.
連結已複製
2 回應
