https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89551
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Fri Mar 15 11:07:53 2019 New Revision: 269704 URL: https://gcc.gnu.org/viewcvs?rev=269704&root=gcc&view=rev Log: 2019-03-15 Richard Biener <rguent...@suse.de> Backport from mainline 2019-03-06 Richard Biener <rguent...@suse.de> PR testsuite/89551 * gcc.dg/uninit-pred-8_b.c: Force logical-op-non-short-circuit the way that makes the testcase PASS. 2018-11-30 Jakub Jelinek <ja...@redhat.com> PR testsuite/85368 * params.def (PARAM_LOGICAL_OP_NON_SHORT_CIRCUIT): New param. * tree-ssa-ifcombine.c (ifcombine_ifandif): If --param logical-op-non-short-circuit is present, override LOGICAL_OP_NON_SHORT_CIRCUIT value from the param. * fold-const.c (fold_range_test, fold_truth_andor): Likewise. Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/fold-const.c branches/gcc-8-branch/gcc/params.def branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gcc.dg/uninit-pred-8_b.c branches/gcc-8-branch/gcc/tree-ssa-ifcombine.c