- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I found a weird parsing error in the Intellisense integration within VS 2012 (update 3) and the latest IVF release. With the following code, no subroutine appears in the navigation bar. If I remove the character kind (:), the subroutine contained in the module appears in the navigation bar. The problem seems to be caused only by ":", as specifiying the character length with * or a integer does not result in any parsing error.
Hervé
[fortran]
MODULE DUMMY
IMPLICIT NONE
TYPE :: tType
REAL(8) :: A
CHARACTER(:) :: B1
END TYPE
CONTAINS
SUBROUTINE DUMMY_SUB()
END SUBROUTINE
END MODULE
[/fortran]
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - I can reproduce this in VS2010 and VS2012. I will let the developers know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The developers tell me that this is fixed for a future update, probably October.

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