From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1AF93858D33; Tue, 7 Nov 2023 21:12:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1AF93858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699391546; bh=h6uwdXtrkcNj2cLPwEmL+qpVgPYzBupfo5CPDab3MnM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vZhPwhnQHxNFHat03IiXyN33Xjq0h1rsvnouS2L2FB86oMH08e4BKc/gEiXwlBFvR 2QMNQJPzqdSDo9clhEhuz5fJrg8UQ3/oQZ8RsmEKO0GAFEDqWXCkdV77dek51Data7 wcXUEuQunRjxYk6Z9tNUlDO2/uw3LR4qn16wQdd4= 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: Tue, 07 Nov 2023 21:12:25 +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: UNCONFIRMED 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 #12 from Sam James --- (In reply to Manolis Tsamis from comment #11) > Hi all, >=20 > I will also go ahead and try to reproduce that, although it may take me s= ome > time due to my limited experience with HPPA. Once I manage to reproduce, > most f-m-o issues are straightforward to locate by bisecting the transfor= med > instructions. Thanks! You are very welcome to have access to some HPPA machines for this = kind of work. Please email me an SSH public key + desired username if that sounds helpful. >=20 > > I think the key object is Python/compile.o, but not certain yet. >=20 > In this case the dump file of fold-mem-offsets > (-fdump-rtl-fold_mem_offsets-all) could also be useful, as it contains all > the information needed to see whether a transformation is valid. If it wo= uld > be easy for anyone to provide the dump file, I could look at it and see if > anything stands out (until I manage to reproduce this). I'll get the dumps in a moment, thanks.=