- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CVF 6.6C (OK, I know it's not official but...) allows redeclaration of entities imported through use association, provided they're not actually used:
module m
integer, allocatable:: aa(:)
end module m
end module m
program cache
use m
real:: aa
end program cache
Earlier versions did complain about very declaration of aa; 6.6C complains only if I try to use aa.
Who's right? (I kinda recall a discussion on c.l.f. where IIRC R. Maine said that the sample above is legal, albeit unusable, but my memories are vague).
Jugoslav
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