HP Pascal/iX Reference Manual (31502-90022)

12- 12
invariant expressions (that are conditioned by
an IF) out of loops. This parameter can be
used in conjunction with any of the other
parameters. Refer to the +FP compiler option
in the
HP Pascal/iX Programmer's Guide
or the
HP Pascal/HP-UX Programmer's Guide
, depending
on your implementation, as well as the
PA-RISC
1.1 Architecture and Instruction Set Reference
Manual
.
Default NOTHING (assuming that FLOAT_TRAPS_ON is not specified).
Location Anywhere, but in order to be effective, it must appear
before the place in the code where label declarations or
directives can appear. If FLOAT_TRAPS_ON is specified, the
location must be at the front.
Scope All following source code, until overridden by another
ASSUME option.
Figure 12-3 shows how the parameters of the ASSUME compiler option
are related.
Figure 12-3. Relationships Between ASSUME Compiler Option Parameters
* NO_PARMS_OVERLAP is ineffective without LOCAL_ACCESSES.