From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BBDE8385701C; Mon, 15 May 2023 08:24:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBDE8385701C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684139067; bh=X0xCi6UUxsL4hp5OasorH4W0BJ+XPhE8vDceBVU9oRI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jvgsaEUXnmvdmQk4HsMuFVHj8DhQRKrBAQZcdqAiVsAGapPNbJHV6GP4yEKnzcc1X syU7D0I59jojPSJ0Ad4QkjQQhdEgQ/IpprWZJoqyBtfuPveoTXIwLGR5wZJq/l8aJE GH1Nih4PMkTV+DxzmhhDCM7GFwFtgb3GPKZCP/78= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/108776] new test case c-c++-common/rotate-11.c from r12-9158-ga015ebe382cd6d fails Date: Mon, 15 May 2023 08:24:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108776 --- Comment #3 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:9410a52061ffe4a9e6ef8fd82f9c21d1874ff589 commit r12-9538-g9410a52061ffe4a9e6ef8fd82f9c21d1874ff589 Author: Richard Biener 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=3D1.=