HP Pascal/iX Reference Manual (31502-90022)

A-: 77
6309 MESSAGE RALLOC: OUT OF CALLER FLOATING POINT REGISTERS. (6309)
CT CAUSE Floating point expression too complex.
ACTION Simplify floating point expressions.
---------------------------------------------------------------------------------------
6310 to MESSAGE OUT OF MEMORY
6365
CT CAUSE The optimizer ran out of virtual memory.
ACTION The easiest workaround is to break your compilation unit into
two or more pieces.
On HP-UX, this error may also be produced if the system runs
out of swap space, so another possible work-around is to
increase the amount of swap space available to the system (see
your HP-UX system administrator about this). However, this
action should be taken only as a last-resort.
On MPE/iX, the compiler heap space can be increased by running
PASCALXL.PUB.SYS with a larger NMHEAP:
:RUN PASCALXL.PUB.SYS;NMHEAP=120000000 ...
---------------------------------------------------------------------------------------
6400 to MESSAGE INTERNAL COMPILER ERROR.
6999
I CAUSE The compiler is in error.
ACTION Report error to your HP Service Representative.
---------------------------------------------------------------------------------------
ON HP-UX, the following warnings are generated if you pass a model number
that is not found in the /usr/lib/sched.models file.
---------------------------------------------------------------------------------------
7000 MESSAGE MODEL NUMBER IS UNKNOWN; WILL DEFAULT TO
arch-rev
CODE
GENERATION. (7000)
W CAUSE The model number given on a +DA option is not known to the
compiler.
ACTION The default code generation is as specified in the warning. If
this is not the desired target architecture revision, the
version may be specified using an architecture revision (such
as 1.1) instead of a model number on the +DA option.
---------------------------------------------------------------------------------------
7001 MESSAGE MODEL NUMBER IS UNKNOWN; DEFAULT INSTRUCTION SCHEDULING IS
USED. (7001)
W CAUSE The model number given on a +DS option is not known to the
compiler.
ACTION The default instruction scheduling is based on the most recent
processor implementation known to the compiler. If this is not
what is desired, an alternate model number may be specified.
---------------------------------------------------------------------------------------