- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IFort compiler 12.1.0.233, Win7, IA32 gives a correct message for the following code, but the line number reported would be more useful if it pertained to the line with the error.
[fortran]subroutine sub(x,n) integer m,n real x(n) real y(m) ! <
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - I agree. This has been reported to the developers as DPD200174426.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Because of the way the compiler does the processing, it is difficult to point to the COMMON statement as a source of the error. But what we did do was reword the error message to make it clearer as to what to look for:
[plain]
t.f90(2): error #6219: This variable, used in a specification expression, must be a dummy argument,
a COMMON block object, or an object accessible through host or use association
integer m,n
--------^
[/plain]
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