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

undefined variables

Robert_van_Amerongen
New Contributor III
571 Views

A "local scalar variables of intrinsic type INTEGER, REAL, COMPLEX, and LOGICAL" can be checked for being non-defined with the /check:uninit option.Am I correct that a similar check on derived types and its components is not possible? If yes,should it be a good idea to set it on the "whish-list?

Robert

0 Kudos
1 Reply
Steven_L_Intel1
Employee
571 Views
That is correct. We do have on our wish list improvements to uninitialized variable checking, though we're not contemplating doing it at the level of individual derived type components.
0 Kudos
Reply