diag-once, Qdiag-once
Tells the compiler to issue one or more diagnostic messages only once.
gen-interfaces
Tells the compiler to generate an interface block for each routine in a source file.
traceback
Tells the compiler to generate extra information in the object file to provide source file traceback information when a severe error occurs at run time.
warn
Specifies diagnostic messages to be issued by the compiler.
WB
Turns a compile-time bounds check into a warning.
Winline
Warns when a function that is declared as inline is not inlined. This feature is only available for ifort.