Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Derived type definition syntax

IanH
Honored Contributor III
522 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
522 Views
Thanks - I'll let the developers know. Issue ID is DPD200167926.
0 Kudos
Steven_L_Intel1
Employee
522 Views
This is fixed for a future compiler release.
0 Kudos
Reply