- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nesting associate statements leads to ICE's in both ifort and ifx. Here is a MWE which aborts:
associate(d => sin(42.0))
associate(g => d)
print *, g, loc(g) == loc(d)
end associate
end associate
end
Output of other compilers can be found in Compiler Explorer: https://godbolt.org/z/TE7z37vne
Link Copied
0 Replies

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