From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE70B3858023; Wed, 1 Nov 2023 05:29:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE70B3858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698816589; bh=+pxnZK4MjR1LhOe1r27DLFq00J6HxNUaNDRMSkFnw4w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zt2SMZZa4Pi0vp/DmbHkEgQFq7AzUHGZ2K+yXMc2B8nmKeDl1QOC/U4sppnB42cxp iT7TdvbhUFXSp/dxR4ZKIE2FvbZjy5DgNKSP63dGUm4/gKESeXtZzo8dS59EgbMotb Q7iMis6l7jAvxTeqmlCUn8pinor6HIuP0i5mBCAk= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108707] suboptimal allocation with same memory op for many different instructions. Date: Wed, 01 Nov 2023 05:29:48 +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: 13.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D108707 Hongtao.liu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Hongtao.liu --- Fixed in GCC14.=