- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I reported this to the Fortran developers as CMPLRIL0-33764. I'll keep you posted on its progress to a fix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page