Specifications
Visual Fortran Run-Time Errors Page 16 of 48
FOR$IOS_PGM_BOUNDS. The program tried to access an array element that is
outside the specified boundaries of the array. Recompile with the /check:bounds option
set.
162¹
severe(162): Program Exception - denormal floating-point operand
FOR$IOS_PGM_DENORM. A floating-point arithmetic or conversion operation has a
denormalized number as an operand. A denormalized number is smaller than the lowest
value in the normal range for the data type specified. See the Data Representation
chapter in the Programmer’s Guide for ranges for floating-point types.
Either locate and correct the source code causing the denormalized value or, if a
denormalized value is acceptable, specify a different value for the /fpe compiler option
to allow program continuation.
163¹
severe(163): Program Exception - floating stack check
FOR$IOS_PGM_FLTSTK. During a floating-point operation, the floating-point
register stack on x86 systems overflowed or underflowed. This is a fatal exception most
likely caused by a compiler code generation error. Please report the problem to
DIGITAL.
164¹
severe(164): Program Exception - integer divide by zero
FOR$IOS_PGM_INTDIV. During an integer arithmetic operation, an attempt was
made to divide by zero. Locate and correct the source code causing the integer divide
by zero.
165¹
severe(165): Program Exception - integer overflow
FOR$IOS_PGM_INTOVF. During an arithmetic operation, an integer value exceeded
the largest representable value for that data type. See the Data Representation chapter in
the Programmer’s Guide for ranges for INTEGER types.
This message appears when /check:overflow was specified and an integer overflow
appears.
166¹
severe(166): Program Exception - privileged instruction
FOR$IOS_PGM_PRIVINST. The program tried to execute an instruction whose
operation is not allowed in the current machine mode.
This is an operating system error. See your operating system documentation for more
information.
167¹
severe(167): Program Exception - in page error










