HP Pascal/iX Reference Manual (31502-90022)

A-: 47
ACTION Correct the alignment value.
---------------------------------------------------------------------------------------
588 MESSAGE POSSIBLE USE OF UNINITIALIZED FIELD '!' OF '!' (588)
W CAUSE The field of the local variable mentioned in the message may be
uninitialized when used in this procedure or function.
ACTION Ensure that the field is initialized before use.
---------------------------------------------------------------------------------------
590 MESSAGE IDENTIFIER ‘!' OVERLOADED BY IMPORTED MODULE(S) (590)
W CAUSE An identifier with the same spelling is exported by an earlier
imported module.
ACTION Rename one of the identifiers. If you do not rename an
identifier, the identifier in the last imported module will be
used.
---------------------------------------------------------------------------------------
591 MESSAGE COUNT IS NEGATIVE; NO DATA WILL BE MOVED (591)
W CAUSE The move count parameter to a MOVE procedure will always be
negative, thus no data will be moved.
ACTION Make sure that the count is supposed to be negative.
---------------------------------------------------------------------------------------
592 MESSAGE LONG TO SHORT POINTER CONVERSION EMITTED IN STATEMENT "! "
(592)
W CAUSE A 64 bit address was converted to a 32 bit address. Only
addresses that are in space registers 4 through 7 can be
converted without an error.
ACTION A run-time trap will occur if the address is not valid.
ACTION On MPE/iX, make sure short addresses in SR4 are not passed to
an executable library (XL). They may not trap until
dereferenced.
---------------------------------------------------------------------------------------
593 MESSAGE TYPE COERCION ALTERS NUMBER OF STORAGE UNITS (593)
W CAUSE Source and target types require a different number of storage
units; thus, code generated as a result of this type coercion
may not behave as expected.
ACTION Remove the type coercion expression or define the TYPE_COERCION
level to be 'NONCOMPATIBLE'.
---------------------------------------------------------------------------------------
594 MESSAGE IMPLEMENT MISSING FOR MODULE "! " (594)
W CAUSE No IMPLEMENT appeared in the given MODULE.
ACTION Supply an IMPLEMENT section.
---------------------------------------------------------------------------------------
595 MESSAGE EXPORT QUALIFICATIONS NOT IMPLEMENTED (595)