Bulletin number: 170 Products affected: D700D Description: Incorrect code generated when indexing abbreviated arrays Component: THE COMPILER UTILITY SET Date: Tue May 15 17:00:00 GMT 1990 ----- If a segment of a constant array passed as a parameter or declared in an abbreviation is indexed by an expression consisting of a constant subtracted from a variable, the compiler will forget the constant. For example: VAL[5][5]INT x IS [[...]...]: INT y: p(x[y-2]) -- This -2 will be forgotten!