https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38219
Pat Haugen <pthaugen at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Summary|gcc.dg/tree-ssa/vrp47.c |gcc.dg/tree-ssa/vrp47.c
|fails on powerpc |fails on m68k
--- Comment #17 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
This test no longer fails on powerpc after my patch to make powerpc*-*-* a
logical_op_short_circuit target
(https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00637.html).
Searching the test-results, looks like m68k is the only other target where it's
still failing(https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00700.html).
More than likely for the same reason since it looks like that target doesn't
define LOGICAL_OP_NON_SHORT_CIRCUIT or BRANCH_COST, which means it should
default to false.