Specifications
Visual Fortran Run-Time Errors Page 41 of 48
711
severe (711): INTEGER zero raised to zero power
FOR$IOS_F6756. Zero of any type (integer, real, or complex) cannot be raised to zero
power.
712
severe (712): SIZE argument (’size’) to ISHFTC intrinsic out of range
FOR$IOS_F6757. The argument SIZE must be positive and must not exceed the bit
size of the integer being shifted. The bit size of this integer can be determined with the
function BIT_SIZE.
713
severe (713): SHIFT argument (’shift’) to ISHFTC intrinsic out of range
FOR$IOS_F6758. The argument SHIFT to ISHFTC must be an integer whose
absolute value is less than or equal to the number of bits being shifted: either all bits in
the number being shifted or a subset specified by the optional argument SIZE.
714
severe (714): Out of range: DIM argument to LBOUND has value ’dim’
FOR$IOS_F6759. The optional argument DIM specifies the dimension whose lower
bound is to be returned, and must be greater than or equal to 1 and less than or equal to
the number of dimensions in the array. That is, 1 <= DIM <= n, where n is the number
of dimensions in array.
715
severe (715): Out of range: DIM argument (’dim’) to LBOUND greater than ARRAY
rank ’rank’
FOR$IOS_F6760. The optional argument DIM specifies the dimension whose lower
bound is to be returned, and must be greater than or equal to 1 and less than or equal to
the number of dimensions (rank) in the array. That is, 1 <= DIM <= n, where n is the
number of dimensions in array.
716
severe (716): Out of range: DIM argument to MAXVAL has value ’dim’
FOR$IOS_F6761. The optional argument DIM specifies the dimension along which
maximum values are returned, and must be greater than or equal to 1 and less than or
equal to the number of dimensions in the array. That is, 1 <= DIM <= n, where n is the
number of dimensions in array.
717
severe (717): Out of range: DIM argument to MAXVAL has value ’dim’ with
ARRAY of rank ’rank’
FOR$IOS_F6762. The optional argument DIM specifies the dimension along which
maximum values are returned, and must be greater than or equal to 1 and less than or
equal to the number of dimensions (rank) in the array. That is, 1 <= DIM <= n, where n
is the number of dimensions in array.
718
severe (718): Cannot allocate temporary array -- out of memory










