HP Pascal/iX Reference Manual (31502-90022)

A-: 44
ALIGNMENT option from the type declaration for the pointer or
by rearranging the fields of the record containing the pointer.
---------------------------------------------------------------------------------------
558 MESSAGE FILES APPEAR IN THE VARIANT PART OF A RECORD (558)
W CAUSE Fields of a file type or a structure containing a file type
appear in the variant part of a record. When this variant
becomes inactive, all fields in that variant are undefined.
Furthermore, files corresponding to such fields are not
guaranteed to be closed when the variant becomes inactive.
ACTION Make sure that such files are closed before deactivating the
variant.
---------------------------------------------------------------------------------------
559 MESSAGE INVALID $SHLIB_VERSION DATE STRING (559)
W CAUSE The date string passed to the $SHLIB_VERSION compiler option is
invalid.
ACTION The date string should be in the form: month/year. The year
may be a 2 or 4 digit value. A month/year value representing a
date earlier than January 1990 is invalid.
---------------------------------------------------------------------------------------
560 MESSAGE $HP_DESTINATION'ARCHITECTURE'$ IGNORED; FIRST SEEN TAKES EFFECT
(560)
W CAUSE The compiler encountered more than one
$HP_DESTINATION'ARCHITECTURE' option; only the first one seen
will take effect.
ACTION Remove extra $HP_DESTINATION'ARCHITECTURE'$ options from the
source file.
ACTION If you are specifying the +DA option to the pc command, remove
the compiler option $HP_DESTINATION'ARCHITECTURE'$ from your
source file.
---------------------------------------------------------------------------------------
561 MESSAGE $HP_DESTINATION'SCHEDULER'$ IGNORED; FIRST SEEN TAKES EFFECT
(561)
W CAUSE The compiler encountered more than one
$HP_DESTINATION'SCHEDULER' option; only the first one seen will
take effect.
ACTION Remove extra $HP_DESTINATION'SCHEDULER'$ options from the
source file.
ACTION If you are specifying the +DS option to the pc command, remove
the compiler option $HP_DESTINATION'SCHEDULER'$ from your
source file.
---------------------------------------------------------------------------------------
562 MESSAGE $OPTIMIZE 'BASIC_BLOCKS
num
'$:
num
was omitted; using zero.
(562)
W CAUSE You inadvertently omitted the number which specifies the
threshold of basic blocks in a procedure which you want
optimized at level 2. Zero was inserted by the compiler, which
effectively disables the basic blocks feature; every procedure
is optimized at level 2.