From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90CD23858C53; Tue, 1 Aug 2023 12:45:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90CD23858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690893920; bh=gJa/8Q34sflbCVfmEaeJZxaVO/cu8fYBUux22Md6zGg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dhc2/vLFoLT6H3FIhc7xy5hzJTw+W94vc/8A20RugVZ4SNAlO3Yb0VE3o7uxfwL2w Dzms0STZQ2xbdtHMZePx/6yoz6/VIi1YrAPP9JAwvzwJyyUodAk+Go14uhI8IRHV9o pk8VksV6iO8/SqZFcWvqo8gIkrlY5ue3OCgGpDPk= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/110378] IPA-SRA for destructors Date: Tue, 01 Aug 2023 12:45:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D110378 --- Comment #5 from Martin Jambor --- I have proposed a patch addressing the simplest case of the three on the mailing list: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625895.html=