HP Pascal/iX Reference Manual (31502-90022)

A-: 32
---------------------------------------------------------------------------------------
378 MESSAGE WHICH IS A COMPONENT OF ' ! '(378)
N CAUSE This message accompanies message #379.
ACTION See message 379.
---------------------------------------------------------------------------------------
379 MESSAGE THE FIELD / AN ELEMENT OF ' ! ', CROSSES A WORD BOUNDARY (379)
N CAUSE Accesses of ordinal data items split across word boundaries are
relatively inefficient.
ACTION Use $ALIGNMENT$ to start ordinal data items on word boundaries.
---------------------------------------------------------------------------------------
380 MESSAGE TYPE COERCION MAY ACCESS INVALID DATA (380)
N CAUSE Informational message - the referenced type-coercion may cause
uninitialized/invalid data to become accessible.
ACTION Ensure that the data referenced is valid.
---------------------------------------------------------------------------------------
381 MESSAGE MACHINE DEPENDENT REPRESENTATION USED IS NOT CONSISTENT WITH
PACKING(381)
N CAUSE A real type, such as a real or longreal, is used with
$HP3000_16$.
ACTION Don't mix $HP3000_16$ and $HP3000_32$ modes in data
declarations.
---------------------------------------------------------------------------------------
382 MESSAGE SIZE OF MACHINE DEPENDENT TYPE IS NOT CONSISTENT WITH PACKING
(382)
N CAUSE A machine dependent type such as a pointer, string, or file, is
used with $HP3000_16$.
ACTION Don't mix $HP3000_16$ and $HP3000_32$ modes in data
declarations.
---------------------------------------------------------------------------------------
383 MESSAGE FEATURE MAY NOT BE SUPPORTED FOR OTHER TARGET MACHINES (383)
N CAUSE Informational message - the referenced feature may not be
supported on other machines.
ACTION No action is required.
---------------------------------------------------------------------------------------
384 MESSAGE MOVE PROCEDURE IN STATEMENT "! " USES A SIMULATED FOR LOOP
(384)
N CAUSE The MOVE predefined procedure is implemented with a FOR loop to
move the elements.
ACTION No action is required.
---------------------------------------------------------------------------------------