bug report s2sim jmp GT in testCC GT return !S which is not enough because A == A also give !S therefore GT must be !S && !Z 10 June 2003 fix GT 12 June 2003 bug on logical test in RZ compiler the following sequence compiles incorrectly in RZ a, b; main(){ b = ( a >= 0 ) && ( a < 30); } 9 Oct 2003