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
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