https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111217
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:b7f9ee7fb89fc9c48f03970e8e6581c7bae58f5a commit r14-3529-gb7f9ee7fb89fc9c48f03970e8e6581c7bae58f5a Author: Andrew Pinski <apin...@marvell.com> Date: Mon Aug 28 19:27:41 2023 +0000 Fix cond-bool-2.c on powerpc and other targets This adds `--param logical-op-non-short-circuit=1` to the tescase so it becomes a target indepdendent testcase now. I filed PR 111217 as the variant of the testcase which fails indepdendently of the param. Committed as obvious after testing to make sure it passes on powerpc now. gcc/testsuite/ChangeLog: PR testsuite/111215 * gcc.dg/tree-ssa/cond-bool-2.c: Add `--param logical-op-non-short-circuit=1` to the options.