From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA3C23858D20; Tue, 20 Feb 2024 19:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA3C23858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708458355; bh=ZDc3DiGBe3TOwwu3efcwgsks15u1Y+Qdt3+3n1Urdgo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IK1bKpCaS/RH6QKjNIHqrfoTLVXs2ZPjE8bu3ZpApswmcZrjzYvReVzDvKCYd7L+O OT6GeWp58z8ldSKSHXDQ8gqZ3hXPj2kOh+Jz4HPZNxSc/yJvKLXgKd1D6PObgVtfwN uM4yIUmWzNqY+PP3Vt4qzJ2Q3w9bgf7MyVAlBTZ8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112103] [14 regression] gcc.target/powerpc/rlwinm-0.c fails after r14-4941-gd1bb9569d70304 Date: Tue, 20 Feb 2024 19:45:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 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: P1 X-Bugzilla-Assigned-To: bergner at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112103 --- Comment #8 from GCC Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:81e5f276c59897077ffe38202849c93e9c580c41 commit r14-9085-g81e5f276c59897077ffe38202849c93e9c580c41 Author: Peter Bergner Date: Tue Feb 20 13:44:43 2024 -0600 rs6000: Update instruction counts due to combine changes [PR112103] The PR91865 combine fix changed instruction counts slightly for rlwinm-= 0.c. Adjust expected instruction counts accordingly. 2024-02-20 Peter Bergner gcc/testsuite/ PR target/112103 * gcc.target/powerpc/rlwinm-0.c: Adjust expected instruction counts.=