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

Obsolescent feature missed by CVF & IVF

lklawrie1
Einsteiger
408Aufrufe
The following is noted as an obsolescent statement (i.e. Standard 95 checking) by all the compilers (CVF 6.6B, 6.6C, and IVF 8):
CHARACTER*30 String
but this is missed by all the compilers:
CHARACTER String*30
(I assume the previous declaration is not a legal Standard 95 declaration or is it?)
Linda
0 Kudos
3 Antworten
Steven_L_Intel1
Mitarbeiter
408Aufrufe
The latter is legal and not obsolescent, so the compilers are behaving correctly here.
lklawrie1
Einsteiger
408Aufrufe
Well, that would explain why it didn't complain.
Will the actual release of 6.6C come soon -- will it be any different than your last link?
Linda
Steven_L_Intel1
Mitarbeiter
408Aufrufe
The link I posted as 6.6C3 is final. My understanding is that the HP web pages are being updated to reference it.
Antworten