Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28895 Discussions

Technical Support Request for Fortran Compiler

ZEMROG
Beginner
296 Views

I am encountering the following errors while compiling my Fortran code:

  1. An "Unexpected character in variable list" error occurs at the line DIMENSION XIN(NI), OUT(NOUT), ....
  2. "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?

 

Ekran Alıntısı.JPG

 

0 Kudos
2 Replies
TobiasK
Moderator
247 Views

@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.

0 Kudos
Steve_Lionel
Honored Contributor III
224 Views

Those errors are not from Intel Fortran - they look more like gfortran to me. 

Reply