- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This code is wrong for all kinds of reasons - but it triggers an ICE with the latest (BETA) compiler:
PROGRAM MAIN
IMPLICIT NONE
INTEGER :: I
REAL :: A,B
DO I=1,2
IF (I==1)
ASSOCIATE (U=>A)
ELSE
ASSOCIATE (U=>B)
END IF
END ASSOCIATE
END DO
END PROGRAM MAIN
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - the ASSOCIATE isn't needed to see this bug. Escalated as issue DPD200256913.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed for the final 15.0.
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