Re: Test failure: gcc.dg/tree-ssa/ssa-ifcombine-13.c

2014-04-07 Thread Jakub Jelinek
On Mon, Apr 07, 2014 at 01:23:57PM -0700, Steve Ellcey wrote: > This test that you added on March 12th has always been failing > for me on MIPS. It looks like you expect MIPS to optimize the > if statement but mips.h has: > > #define LOGICAL_OP_NON_SHORT_CIRCUIT 0 I wasn't aware of this. > So

Test failure: gcc.dg/tree-ssa/ssa-ifcombine-13.c

2014-04-07 Thread Steve Ellcey
Jakub, This test that you added on March 12th has always been failing for me on MIPS. It looks like you expect MIPS to optimize the if statement but mips.h has: #define LOGICAL_OP_NON_SHORT_CIRCUIT 0 So the if always shows up in ssa-ifcombine-13.c.169t.optimized. Should MIPS be removed from t