non-critical impact:
TRANSFER - undefined remainder of result (NcWn327)
Problem description
TRANSFER (SOURCE, MOLD [, SIZE]) converts the bit pattern of SOURCE according to the type and kind parameters of MOLD.
If the physical representation of result is longer than that of SOURCE, the Compaq Fortran compiler zero-fills the remainder of the result; the HP Fortran compiler leaves the remainder of the result undefined. Identifiers
 TRANSFER |
|
|
|
|
See also
Solution description
Source code changes may be required if your source code depends upon the undefined portions of the TRANSFER result to be zero.
See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| F90 |
Fortran |
any HP-UX 11i version |
non-critical |
warning |
|