Compile-Time Diagnostics [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
Compile-Time Diagnostics
Table A-1 lists the three types of FORTRAN compiler diagnostics.
Table A-1. Types of FORTRAN Diagnostics
---------------------------------------------------------------------------------------------
| | |
| Type | Description |
| | |
---------------------------------------------------------------------------------------------
| | |
| Warning | The compiler continues to process the statement, but the object code |
| | may be erroneous. The program should be recompiled. Warnings are |
| | numbered 700 and above. |
| | |
| | Warnings 800 through 829 are warnings of non-ANSI features and are |
| | issued only when the ANSI compiler directive is specified. Message |
| | 830 appears when the ANSI compiler directive is specified or when the |
| | STANDARD_LEVEL compiler directive is set to HP. |
| | |
---------------------------------------------------------------------------------------------
| | |
| Error | The compiler ignores the remainder of the erroneous source statement, |
| | including any continuation lines. No object code is generated, and |
| | the program must be recompiled. Compilation continues beyond the |
| | erroneous statement, but only to check for errors. Errors are |
| | numbered below 700. |
| | |
---------------------------------------------------------------------------------------------
| | |
| Disaster | The compiler ignores the remainder of the FORTRAN source file. The |
| | error must be corrected before compilation can proceed. |
| | |
---------------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation