In the HPF 2 approved extensions
-
Pointers can be mapped
-
ALIGN and DISTRIBUTE take effect after ALLOCATE
-
INHERIT can be used to declare a pointer to ³anything²
-
Targets can be mapped
-
In a pointer assignment, the target¹s mapping must be a specialization of the pointer's
-
That is, the pointer has to be higher in the diagram than the thing it points at
-
If the target is an array section, the pointer must have the INHERIT attribute
|