Intel® Fortran Compiler 17.0 Developer Guide and Reference
Tells the compiler to print all enabled diagnostic messages and stop compilation.
Linux and macOS: | -diag-dump |
Windows: | /Qdiag-dump |
None
OFF |
The compiler issues certain diagnostic messages by default. |
This option tells the compiler to print all enabled diagnostic messages and stop compilation. The diagnostic messages are output to stdout.
This option prints the enabled diagnostics from all possible diagnostics that the compiler can issue, including any default diagnostics.
If diag-list is specified for the [Q]diag-enable option, the print out will include the diag-list diagnostics.
None
The following example adds vectorizer diagnostic messages to the printout of default diagnostics:
-diag-enable vec -diag-dump ! Linux and OS X systems /Qdiag-enable:vec /Qdiag-dump ! Windows systems