- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am encountering the following errors while compiling my Fortran code:
- An "Unexpected character in variable list" error occurs at the line DIMENSION XIN(NI), OUT(NOUT), ....
- "Unclassifiable statement" errors appear at lines like OUT(1) = XIN(1).
I am unable to identify the cause of these errors. There might be an issue with variable declarations or incorrect usage in the code. Could you please assist?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@ZEMROG please share some more details of your environment like OS/compiler/VS version used. Also please attach the source code and a reproducer that triggers the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Those errors are not from Intel Fortran - they look more like gfortran to me.
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