From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D7EB3858C54; Tue, 7 Nov 2023 14:08:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D7EB3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699366115; bh=zOpo2d+BnIZntOET8XpAx7E2EAcJhnnqhwILDL/qkKk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WAOsYaGRKzIuWogqvVty9ye6m/QJPONiRRZzlFLHfiBwqlTDjHODTqPwZ7Snje4Lz Iji0YDKRN0r5zp2HAx5B4ShmfH23i/nTA1kJ38Fei9kVuR78San8zdy41plEzdGoxi QHlCq0ZltFXra++ppIG1VAWcCj4fYtsTfbBgo8aY= 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, 07 Nov 2023 14:08:34 +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: 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 #11 from Manolis Tsamis --- Hi all, I will also go ahead and try to reproduce that, although it may take me some time due to my limited experience with HPPA. Once I manage to reproduce, mo= st f-m-o issues are straightforward to locate by bisecting the transformed instructions. > I think the key object is Python/compile.o, but not certain yet. 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 would 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). Thanks, Manolis=