- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following code does not build with neither ifx 2024.1.0 nor ifort 2021.12.0. The respective order of NON_RECURSIVE and IMPURE seems to matter.
MODULE M
CONTAINS
NON_RECURSIVE IMPURE SUBROUTINE S ! This compiles
END SUBROUTINE S
IMPURE NON_RECURSIVE SUBROUTINE T ! This does not compile.
END SUBROUTINE T
END MODULE M
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bug ID is CMPLRLLVM-59283

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