From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0D643858D3C; Tue, 20 Feb 2024 11:56:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0D643858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708430180; bh=tifr+//pvUc68KWnPW48RZQI6v2uWuXKtHJuAU7ouyU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O8LWd0vMDSTv5yrNqCbCkZLbXdMmbbZazhFYafJa6bDnqG+kueSZW6X9abfADmlyU NR12Tc/N0R15oQD9PJy6LXkYrlTwapswevfuOA0vbXLrvBQwKqPfn8wEnPUeWvlVf3 WQs0LhASiLyZj5a+pHzFtlK7Qy0lprcJNjf5lRh4= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112922] [14 Regression] 465.tonto from SPECFP 2006 fails train run on Aarch64-linux with -O2 and -flto Date: Tue, 20 Feb 2024 11:56:18 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan 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: cc 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=3D112922 Alex Coplan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acoplan at gcc dot gnu.org, | |rsandifo at gcc dot gnu.org --- Comment #1 from Alex Coplan --- So I did some bisection on this, and indeed it seems to have started with r14-6290-g9f0f7d802482a8958d6cdc72f1fe0c8549db2182 i.e. commit 9f0f7d802482a8958d6cdc72f1fe0c8549db2182 Author: Richard Sandiford Date: Thu Dec 7 19:41:19 2023 aarch64: Add an early RA for strided registers but then it seemed to get fixed shortly afterwards by r14-6339-g8b5cd6c4519cc120badd2b35a9e30d4deb82c012 i.e. commit 8b5cd6c4519cc120badd2b35a9e30d4deb82c012 Author: Richard Sandiford Date: Fri Dec 8 16:27:40 2023 aarch64: Some tweaks to the early-ra pass CCing Richard S who can hopefully confirm if that change was expected to fix correctness / wrong code issues.=