-qflag |
-qopt |
-qflag=i:i |
Specifies the minimum severity level of diagnostic messages
to be reported. |
-qformat |
-qopt |
See -qformat |
Warns of possible problems with string input and output
format specifications. |
-qhalt |
-qopt |
-qhalt=s |
Instructs the compiler to stop after the compilation
phase when it encounters errors of specified severity or
greater. |
-qhaltonmsg |
-qopt |
- |
Instructs the compiler to stop after the compilation
phase when it encounters a specific error message. |
-qinfo |
-qopt |
-qnoinfo
-qinfo=lan:trx |
Produces informational messages. |
-qphsinfo |
-qopt |
-qnophsinfo |
Reports the time taken in each compilation phase. |
-qreport |
-qopt |
-qnoreport |
Instructs the compiler to produce transformation reports
that show how program loops are parallelized and optimized. |
-qsrcmsg |
-qopt |
-qnosrcmsg |
Adds the corresponding source code lines to the diagnostic
messages in the stderr file. |
-qsuppress |
-qopt |
See -qsuppress. |
Specifies compiler message numbers to be suppressed. |
-qversion |
-qopt |
-qnoversion |
Displays the version of the compiler
being invoked. |
-V |
-flag |
- |
Instructs the compiler to report information on the
progress of the compilation in a command-like format. |
-v |
-flag |
- |
Instructs the compiler to report information on the
progress of the compilation. |
-w |
-flag |
- |
Requests that warning messages be suppressed. |