[comp.sys.cbm] C Power 64 operator precedence bug

daemon@rutgers.UUCP (01/31/87)

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