- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following code used to work with the previous ICE version, and with 2025.1 it now leads to an ICE:
INTEGER, ALLOCATABLE :: XS(:)
CALL USEINT(RANK(XS)) ! ICE
!CALL USEINT(INT(RANK(XS))) ! No error
CONTAINS
SUBROUTINE USEINT(X)
INTEGER :: X
END SUBROUTINE USEINT
END
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://community.intel.com/t5/Intel-Fortran-Compiler/2025-1-ICE-passing-shape/m-p/1678166#M175342
You have got me thinking that my ICE is the same, I was blaming SHAPE.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A bug report has been opened for it and will be fixed in future product.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page