HP Pascal/iX Reference Manual (31502-90022)

A-: 46
W CAUSE Both OPTIMIZE and SYMDEBUG 'TOOLSET' options are present. The
options are mutually exclusive.
ACTION (1) If SYMDEBUG 'TOOLSET' is desired, remove OPTIMIZE.
(2) If OPTIMIZE is desired, remove SYMDEBUG 'TOOLSET'.
---------------------------------------------------------------------------------------
575 MESSAGE VALUE OF ESCAPECODE IS QUESTIONABLE HERE (575)
W CAUSE The value returned by ESCAPECODE outside a RECOVER construct is
undefined.
ACTION Store off escape code into a local variable from inside the
RECOVER construct, and use the local variable outside it.
---------------------------------------------------------------------------------------
576 MESSAGE POINTER FIELD IN OTHER VARIANT NOW UNDEFINED (576)
W CAUSE An integer field overlaying a pointer field has been assigned
to making the pointer undefined.
ACTION None - informational message only.
---------------------------------------------------------------------------------------
577 MESSAGE ASSUME "! " IS NOT VALID, REMOVE $ASSUME$ (577)
W CAUSE A construct is used that invalidates the given assumption which
the compiler ignores.
ACTION Remove the $ASSUME$ option that is invalid.
---------------------------------------------------------------------------------------
582 MESSAGE $HP3000_32$ NOT RECOGNIZED, OPTION IGNORED (582)
W CAUSE $HP3000_32$ is not recognized because $HP30000_16$ has not been
set.
ACTION Remove $HP3000_32$
---------------------------------------------------------------------------------------
584 MESSAGE INVALID MODULE LIBRARY NAME SPECIFIED (584)
W CAUSE Specified a module library which cannot be opened by the
system.
ACTION Check the name of the module library.
---------------------------------------------------------------------------------------
586 MESSAGE INVALID ALIGNMENT VALUE, OPTION IGNORED (586)
W CAUSE The alignment specified was not one of 1, 2, 4, 8, 16, 32, 64,
or 2048 bytes.
ACTION Correct the alignment value.
---------------------------------------------------------------------------------------
587 MESSAGE UNSUPPORTED VARIABLE ALIGNMENT REQUESTED (587)
W CAUSE The type declaration specified an alignment value that is not
supported for static variables.