HP Pascal/iX Reference Manual (31502-90022)

A-: 3
Using This Appendix
This appendix describes the errors, notes, and warnings that can be
detected during the compilation or execution of an HP Pascal program.
These errors are listed in numeric order.
The text of each message is followed by a brief explanation of the
situation, the CAUSE. When it is necessary for the user to do something,
there is an ACTION following the particular CAUSE. In some cases there
may only be one action for several causes. Messages in the warnings and
notes categories usually do not require actions.
Each message contains a code under its message number in the left column.
This code indicates whether the message is a note (N ), a warning (W ), a
compile-time error (CT ), run-time error (RT ), or an internal error (I ).
An exclamation point , "!", in the messages reproduced here is replaced
in the actual message with appropriate text.
The error messages are grouped by number as follows:
-----------------------------------------------
- Number Range - Category -
-----------------------------------------------
- Pascal Messages -
-----------------------------------------------
- 000 - 299 - CT - Compile-time errors -
- 300 - 399 - N - Notes -
- 400 - 499 - CT - Compile-time errors -
- 500 - 599 - W - Warnings -
- 600 - 799 - RT - Run-time errors -
- 800 - 899 - CT - Compile-time errors -
- 900 - 999 - RT - Run-time errors -
-----------------------------------------------
- Code Generation Messages -
-----------------------------------------------
- 5000 - 5099 - W - Warnings -
- 5100 - 5199 - I - Internal errors -
- 5200 - 5399 - CT - Compile-time errors -
- 5400 - 5999 - I - Internal errors -
-----------------------------------------------
- Optimizer Messages -
-----------------------------------------------
- 6000 - 6099 - W - Warnings -
- 6100 - 6199 - I - Internal errors -
- 6200 - 6399 - CT - Compile-time errors -
- 6400 - 6999 - I - Internal errors -
-----------------------------------------------
- Code Generation Messages -
-----------------------------------------------
- 7000 - 7099 - W - Warnings -
- 7100 - 7199 - I - Internal errors -
- 7200 - 7399 - CT - Compile-time errors -
- 7400 - 7999 - I - Internal errors -
-----------------------------------------------
If there are previous syntax errors, the compiler will sometimes produce
internal errors. Should this occur, correct the syntax errors and
recompile. If you still receive internal errors, submit a service
request.
NOTE When an error message says "contact Hewlett-Packard," please submit
a service request (SR) and the appropriate source and object files.
This allows Hewlett-Packard to duplicate the problem you are
reporting.