From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 646E53858D37; Tue, 20 Feb 2024 19:52:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 646E53858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708458748; bh=8PCE2Gw6lg3kBCzXFKjP+GV2Ad/mxH5qQUpCcOo6Ghk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G+szIO6AHBrrG1n1szVk035hX70nPgdOM6vGNoW3SRv+mYLhogBIVUmwx2hmqtOKe bHZmkO/CPL4dx1VDPzdRAdoXtVlGct5D3OaWpK74gY2/ib2NSZDztJ1uqVDWFbzTrm 0/OSsFT6HnlDa+rDBGCLrKp0xFxdy274iiOuBpD8= From: "bergner 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:52:28 +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: bergner at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: see_also resolution bug_status 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 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D114004 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from Peter Bergner --- Fixed. (In reply to Peter Bergner from comment #5) > We still want to remove the superfluous instruction, but that should be > covered in a separate bug. The fixing of the superfluous insn is being tracked in PR114004.=