Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!daemon From: daemon@rutgers.UUCP Newsgroups: comp.sys.cbm Subject: re: C Power 64 operator precedence bug Message-ID: <888@rutgers.RUTGERS.EDU> Date: Fri, 30-Jan-87 17:12:13 EST Article-I.D.: rutgers.888 Posted: Fri Jan 30 17:12:13 1987 Date-Received: Sat, 31-Jan-87 08:08:03 EST Sender: daemon@rutgers.RUTGERS.EDU Lines: 11 From: prindle@NADC As far as I can tell there is no bug in C Power 2.9 WRT precedence. The expression (x1 == 0 && x2 == 0) always evaluates the same as the expression ((x1 == 0) && (x2 == 0)). I tested it with x1 and x2 zero, and also with x1 non-zero. An if with this as it's condition, always branches correctly. I can't imagine what's wrong with the version 2.9 which doesn't work this way! I even tried it on C-Power 128 and , riddled with bugs as it is, this it still did correctly. Frank Prindle Prindle@NADC.arpa