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

ifortran ver. 15 static analysis

James_B_3
Beginner
584 Views

I see that the static analysis options in the Intel fortran compiler from version 15+ are deprecated with no replacement:

-diag-enable=sc       No replacement
-diag-enable=sc-{full|concise|precise} No replacement
-diag-enable=sc-include  No replacement
-diag-enable=sc-single-file No replacement
-diag-enable=sc-enums    No replacement
-diag-enable=sc-parallel No replacement

Will static analysis be migrated into another Intel tool or is it gone?

Cheers,
James

0 Kudos
4 Replies
Steven_L_Intel1
Employee
584 Views

It is not being replaced.

0 Kudos
Izaak_Beekman
New Contributor II
584 Views

So, no more static analysis at all? Even with inspector xe, etc?

0 Kudos
Steven_L_Intel1
Employee
584 Views

Correct. It is still there in the current product but will be removed in the next major release. Personally, I am disappointed as I thought it showed great promise, even though it tended to needlessly complain a lot for Fortran code.

0 Kudos
Izaak_Beekman
New Contributor II
584 Views

I too found it useful, FWIW

0 Kudos
Reply