Bulletin number: 45 Products affected: D700D D700E D705B Description: abbreviating arrays of TIMER causes compiler error Component: occam2 compiler Date: Fri Mar 30 18:22:34 BST 1990 ----- Source code similar to that below with abbreviations for an array of TIMER causes compiler errors as follows: TDS: error 7014:2288 COMPILER ERROR : please report TOOLSET: COMPILER ERROR : please report Workaround is to declare TIMERs separately. INT some.time: [4] TIMER clock: TIMER clock.a IS clock[2]: -- this line causes compiler error SEQ clock.a ? time.a