Re: [Patch, testsuite, mips] Fix gcc.dg/tree-ssa/ssa-ifcombine-13.c

2014-04-08 Thread Jakub Jelinek
On Tue, Apr 08, 2014 at 01:48:21PM -0700, Steve Ellcey wrote: > The test gcc.dg/tree-ssa/ssa-ifcombine-13.c has been failing on MIPS ever > since it was added because MIPS sets LOGICAL_OP_NON_SHORT_CIRCUIT to 0 and > so the optimization being checked for is not done. This patch removes > mips fro

[Patch, testsuite, mips] Fix gcc.dg/tree-ssa/ssa-ifcombine-13.c

2014-04-08 Thread Steve Ellcey
The test gcc.dg/tree-ssa/ssa-ifcombine-13.c has been failing on MIPS ever since it was added because MIPS sets LOGICAL_OP_NON_SHORT_CIRCUIT to 0 and so the optimization being checked for is not done. This patch removes mips from the list of platforms where we check for the optimization. Tested on