diag-id-numbers, Qdiag-id-numbers
Determines whether the compiler displays diagnostic messages by using their ID number values. This feature is only available for ifort.
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 runtime.
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.