From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2576C3858439; Thu, 28 Dec 2023 21:26:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2576C3858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703798762; bh=pRnB/biQKgBfW4xJKpqF4vYwg0OUmr2iqYeu0CX0lOw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mX+A+rI+UrzgNn+s4OjiLG3pN7Nqij4x/QeK0wX4LM5Dw4343GBNuLzAVLJs9t9GK cPkgnW70kNCJBHJqJXXckzmCf2Jrg0D2sCTeZjW8qGwQXrk7AcfgskcMho6l6j2EP6 xM9l6r+mZHyXy2WzQoMHWbyvAiY04dlTduMrrKOY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110899] RFE: Attributes preserve_most and preserve_all Date: Thu, 28 Dec 2023 21:26:00 +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: ABI X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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=3D110899 --- Comment #13 from Andrew Pinski --- Seems to be most of this should not implemented this way but rather an IPA = RA pass (which GCC already does but not always and definitely not across IPA boundaries).=