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

Error compilation with ifort 8.1

frederic_bouyer
Beginner
717 Views
Hello Everybody,
When compiling with ifort 8.1 (on my PC/ReadHat), I get the following error message :
----------------------------------^
fortcom: Error: file.f, line 10: Syntax error, found ''' when expecting one of: ( * :: , ...
. (cnfigtb(l,nsm,is),sym(l),'(',qPAO(l,nsm),')',
----------------------------------------------------------^
I didn't get error message with that code when compiling with ifort 8.0.
Do I have to put/check one new option ?
Regards,
Frederic
0 Kudos
5 Replies
Steven_L_Intel1
Employee
717 Views
Are you using the latest compiler, 8.1.024? If so, this may be a bug that will be fixed in the next update. A workaround is to continue the line differently - add a continuation before the '('- I think that will work.
0 Kudos
frederic_bouyer
Beginner
717 Views
Yes, it is. version 8.1.024 ...

BTW, I turned to my old compiler (8.0.034).
I am not alone to find that bug, on my forum.

Best regards,

Frederic
0 Kudos
Steven_L_Intel1
Employee
717 Views
No, you are not the only one to run into this. It will be fixed in the next update.
0 Kudos
jasonshih
Beginner
717 Views
Hi Steve,

after update to latest version, say 8.1-025, I still run into same situation. Will this fixed shortly? However, old version fortran compiler, say 7.1, dont have similar error msg.

Thanks.

BR,
J
0 Kudos
Steven_L_Intel1
Employee
717 Views
I am told it will be fixed in an update due out in mid-April.
0 Kudos
Reply