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

Using Compiler to Show Redundant/Unused Allocation

kschmitt_dom
Beginner
679 Views
Can the Intel Visual fortran Compiler for Windows be used to show redundant/unused variable or structure allocation?
0 Kudos
1 Solution
Steven_L_Intel1
Employee
679 Views
Unused variable, yes: /warn:unused. I don't know what you mean by redundant here.

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
680 Views
Unused variable, yes: /warn:unused. I don't know what you mean by redundant here.
0 Kudos
Reply