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

Derived type definition syntax

IanH
Honored Contributor III
654 Views
12.0.3 doesn't pick this up.

[fortran]PROGRAM SomeNewFortranSyntax
  IMPLICIT NONE
  
  TYPE that_looks_a_bit_odd
  CONTAINS
    INTEGER :: component_thats_gone_astray
  END TYPE that_looks_a_bit_odd
  
END PROGRAM SomeNewFortranSyntax
[/fortran]

0 Kudos
2 Replies
Steven_L_Intel1
Employee
654 Views
Thanks - I'll let the developers know. Issue ID is DPD200167926.
0 Kudos
Steven_L_Intel1
Employee
654 Views
This is fixed for a future compiler release.
0 Kudos
Reply