From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30C5A3858D20; Wed, 8 Feb 2023 22:30:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30C5A3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675895419; bh=aong7MEj+GdWCfQCfyrgvgmXLowajN927l4c/2Wm9Qs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fTpI0Jb/vnH1l/+tvhhPZrR3hBz976OjF/Zt2h/K+VdV0RWH4InJlkSQeLq9uVCNS dFiV0Q3/cKDJYY7YsoCJ/B+koqYodU57asR9ah+IUooUxOi93umjSsPcWCLKf7qBuw OcN1l8szTo5khrN9C56KJJpsP8JX11iacLFgZpog= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/103541] unnecessary spills around const functions calls Date: Wed, 08 Feb 2023 22:30:18 +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: 12.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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=3D103541 --- Comment #6 from H.J. Lu --- The change has been reverted by r13-5738-gad2bd0ad0413c2448fee0d4a=