From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0F1D3858404; Thu, 12 Oct 2023 15:30:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0F1D3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697124628; bh=LWxDuatOtTB3VkJgbuAgMhm1fuwMGoCULrKDTfASj+E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JSY1qtF6jYnBWTT0FvC4H0YJtpo4VF4ew59AamLMCz9h6wyRQurxnCiB//eoGGKwe zzy4VgpcO/MZpKGbTrkRgBBGPdqjwhHEMZKloMgBsa384L+fPUJIczOywKMDeUazYu 5F3YTOkPPUmgm/rkgTrmyNycwEZ5E3lCxv010EcE= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111784] [14 Regression] aarch64: ldp_stp_{15,16,17,18}.c test failures Date: Thu, 12 Oct 2023 15:30:28 +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: missed-optimization 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: --- 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=3D111784 --- Comment #1 from Alex Coplan --- More context/details about the issue in 8/10 of the original patch series (= that the above revision comes from): https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630234.html=