From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50B1F3857C53; Mon, 27 Nov 2023 20:55:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50B1F3857C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701118530; bh=hHN5Vj+W8aUVOMAGS7terXUmfcqduvYvKas0u43dNDA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iqwA2YKSd5cviGHaWWNuHS9O3u1NrRR7xVmlpjXrbTQ9pr5Dsg4ldBdAc+Xl30sMt IoKww/rryzzEOGTt5v+Z7MRQ4T30LHR68tO+bgwA7VWIs7KOz5/HoZ0l6IGL6jzXJD H8zuDUavXvNopoWR5RnWidtIlT/UaWE45Qd5KCWM= From: "sjames at gcc dot gnu.org" 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: Mon, 27 Nov 2023 20:55:28 +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: sjames at gcc dot gnu.org 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 #51 from Sam James --- 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.=