- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In case this is not a known issue: consider the code shown below: procedure with IMPURE attribute doesn't show up in the members drop-down list in Visual Studio. Also, this particular keyword doesn't receive the syntax highlighting either.
module m contains subroutine foo() end subroutine foo pure subroutine bar() end subroutine bar elemental subroutine foobar() end subroutine foobar impure elemental subroutine snafu() end subroutine snafu end module m
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - we overlooked this in the VS parsing code. I will let the developers know. Issue ID is DPD200378531.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Steve.
Re: the missing syntax highlighting for IMPURE, instead of a piecemeal addition, will it be possible for the development team to take a comprehensive look and include the full complement of standard Fortran keywords in the VS integration, as I had requested in another thread (see link below)? That will be very helpful indeed,
https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/542008
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, we should do that...

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