[Bug middle-end/89551] [9 regression] Test case gcc.dg/uninit-pred-8_b.c fails after r269302

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 15 11:08:00 GMT 2019


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  <rguenther@suse.de>

        Backport from mainline
        2019-03-06  Richard Biener  <rguenther@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  <jakub@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


More information about the Gcc-bugs mailing list