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

Where is the Static Verifier documentation

longden_loo
Beginner
459 Views
Several posts mentioned using SV to check for things like uninitialized variables, but searching thru my IVF (11.1.046) Release Notes, Getting Started and Documentation (in Help) for "verifier" turns up nothing sounding like "Static Verifier".

Can someone point me to the file or link that documents that function and how to use it?

Thx, Longden
0 Kudos
1 Solution
Steven_L_Intel1
Employee
459 Views
It was renamed - see Building Applications > Error Handling > Handling Compile-Time Errors > Using Source Code Verification

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
460 Views
It was renamed - see Building Applications > Error Handling > Handling Compile-Time Errors > Using Source Code Verification
0 Kudos
longden_loo
Beginner
459 Views
Thx Steve.

I tried it and it seems to work on some things like undeclared variables, but it missed an uninitialized variable so I guess its findings are still something of a rough estimate at least for Fortran.
0 Kudos
Reply