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

TYPE-IS compiler bug

Neil_Carlson
Beginner
360 Views

The 13.1.2 compiler is not correctly handling type parameters in TYPE-IS statements.  It blows up on lines like

[fortran]type is (integer(kind(n)))[/fortran]

when n is a variable of type/kind known at compile time. I've attached a small example.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
360 Views

Thanks for the nice example - I will pass it on to the developers. Issue ID is DPD200246815.

0 Kudos
Steven_L_Intel1
Employee
360 Views

I expect this to get fixed in an update planned for October.

0 Kudos
Reply