Bulletin number: 166 Products affected: D700D Description: Inadequate checking of simple REAL to INT conversions Component: THE COMPILER UTILITY SET Date: Tue May 15 17:00:00 GMT 1990 ----- In HALT and STOP modes the compiler will fail to generate the check for floating point overflow on the assignment of an expression such as INT TRUNC f. Errors converting out of range values will therefore be reported at a subsequent floating point operation if at all. The problem can be avoided by adding a variable zero, pre-assigned with the value 0, to any such expression.