- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When are you planning to incorporate the 'iso varying string' and other F2003 facilities to IFC? Maybe in the next major version :-). I would like to stop receiving non-standard F95 warnings and start checking for standard F2003 compliant code. Thanks,
Bernhard Enders.
Bernhard Enders.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where can I find a document describing the already implemented F2003 features of the latest version of IFC? Thanks again.
Bernhard.
Bernhard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ISO_VARYING_STRING is not part of the actual F2003 standard. You can use one of the reference implementations today if you want - ideally one that uses allocatable components and not pointer components.
The compiler release notes contain an up-to-date list of the F2003 features supported. We will add to this list over time.
The compiler release notes contain an up-to-date list of the F2003 features supported. We will add to this list over time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ISO_VARYING_STRING that comes with CVF compiles fine in IVF 9.1 but it generates a run-time error when IVF finds that the integer 'nch' hasn't been initializedwhen referenced in subs get_d_eorand get_u_eor. /Qzero has no effect. This behavior doesn't occur in CVF, ie, no run-time error and get(-ing) varying_string's works as expected. What gives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You've found a bug in unitialized variable checking where it does not recognize that a SIZE= specifier in an I/O list is an output item. I'll report it. Turn off uninitialized variable checking if this is a problem.

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