From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1EA5B3875DC0; Tue, 28 Nov 2023 12:39:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EA5B3875DC0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701175147; bh=yKa+xf1B9i6emOC9DdFCSv2f5li8UAHLJfEKX+t75XE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m7iZCmN6NRQy2OKtOs0YAov3yiZ2GwzXxv7dw+ARbU/XoVlylXgfug/qOO1tXoDlv XPGlol0nF/3tPJd5mGUzww0+ww9tWB43IozqBvrg28Ue5WbomTGeZki8TruTPcjdMz zhwB8mdx1SZ7pzgs5iIUYoPTG1+KZ69GfPK+bkys= From: "manolis.tsamis at vrull dot eu" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112415] [14 regression] Python 3.11 miscompiled on HPPA with new RTL fold mem offset pass, since r14-4664-g04c9cf5c786b94 Date: Tue, 28 Nov 2023 12:39:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: manolis.tsamis at vrull dot eu X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D112415 --- Comment #52 from Manolis Tsamis --- (In reply to Sam James from comment #51) > manolis, did you have a chance to look at the remaining pass issue? You'll > need to revert Dave's commit locally which made the issue latent for > building Python. Hi Sam, I had to work on some other things so I didn't get to find a fix ye= t, but I'll be working on that again now (in light of the new info from PR1116= 01 too).=20 Thanks for the ping, Manolis=