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

Compiler options for full checking

ferrad
New User
171 Views
I'm a bit confusedwith all the compiler options for data checking. I want as much diagnostic checking as possible.
Does /check:all switch on bounds, overflow, underflow, uninit, args ?
If so, do I need /RTCu as well? Do I need /4Yb?
I am also worried that if a specify too much, that the last option takes precedence, and supercedes the previous options.
My current set is:
/Od /4Yb /RTCu /Zi /Zd /check:all /fpe:0 /dbglibs
Is this them all?

Adrian
0 Kudos
1 Reply
Steven_L_Intel1
Employee
171 Views
You don't need /4Yb. You don't need to specify /RTCu separately. /Zd doesn't do anything.
0 Kudos
Reply