[gnu.gdb.bug] GDB 3.1.1 doesn't do && order

mcgrath%homer.Berkeley.EDU@GINGER.BERKELEY.EDU (Roland McGrath) (05/11/89)

If I have a breakpoint set with the condition
	deps != 0 && deps->name[0] == 'b'
GDB 3.1.1 will try to do the "deps->name[0] == 'b'" test,
contrary to C evaluation order.