https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108776

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:9410a52061ffe4a9e6ef8fd82f9c21d1874ff589

commit r12-9538-g9410a52061ffe4a9e6ef8fd82f9c21d1874ff589
Author: Richard Biener <rguent...@suse.de>
Date:   Thu May 11 09:13:31 2023 +0200

    testsuite/108776 - avoid c-c++-common/rotate-11.c FAIL

    On the branch ranger isn't powerful enough to handle some cases
    appearing with logical-op-non-short-circuit evaluating to false
    causing FAILs of the testcase for ppc64le and s390x.  The following
    foces logical-op-non-short-circuit to true for this testcase
    on the branch.

            PR testsuite/108776
            * c-c++-common/rotate-11.c: Add --param
logical-op-non-short-circuit=1.

Reply via email to