HP Pascal/iX Reference Manual (31502-90022)

A-: 72
---------------------------------------------------------------------------------------
914 MESSAGE GOTO EXECUTED BUT CANNOT UNWIND DESCRIPTOR FOR THE FRAME (914)
RT CAUSE A non-local GOTO was executed, but one or more of the
procedures in the program stack has a frame that is not
unwindable.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
5001 MESSAGE GOTO OUT OF BLOCK TO MULTIPLE ENTRY PT. (5001)
W CAUSE Goto out of block to procedure with multiple entry points.
ACTION Warning only. No action required.
---------------------------------------------------------------------------------------
5002 MESSAGE ! (5002)
W CAUSE FSerr for other messages (see following messages).
ACTION Warning only.
---------------------------------------------------------------------------------------
5004 MESSAGE UNINITIALIZED VARIABLE (SYMID = !) !. (5004)
W CAUSE Optimizer detected uninitialized variable, should have been
initialized before its use.
ACTION Warning only.
---------------------------------------------------------------------------------------
5080 MESSAGE PREVIOUS VERSION OF ENTRY ! WAS REPLACED (5080)
W CAUSE Code for the entry listed was replaced in the RL (iX only).
ACTION Warning only. No action required.
---------------------------------------------------------------------------------------
5104 to MESSAGE INTERNAL COMPILER ERROR.
5199
W CAUSE The compiler is in error.
ACTION Report error to your HP Service Representative.
---------------------------------------------------------------------------------------
5200 MESSAGE INTERNAL REGISTER TABLE OVERFLOW; PROCEDURE TOO BIG (5200)
CT CAUSE Your procedure is too large for the compiler to handle at once.
ACTION Break your procedure into two or more pieces.
---------------------------------------------------------------------------------------
5202 MESSAGE MAXIMUM AMOUNT OF LOCAL DATA ALLOWED EXCEEDED (5202)
CT CAUSE The maximum amount of local storage allowed has been exceeded.
ACTION Break your procedure into two or more pieces.
---------------------------------------------------------------------------------------