From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC5CA3858CD1; Mon, 27 Nov 2023 07:28:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC5CA3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701070106; bh=AjPdWQryT/4Yxqb7CxYGzV1Nz7GyDPE/Wt4Z8H/YqGE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dOUo7CGFaa5GSZJALQXwwWTiSK91wBe4EqaG68ojsv7+NBiSeeQfGLKquz/Y5Ao+A UWK8ZbOYsODr05UuopyfinYcl1fK6ffrCJfWr2hdirpB87fDJsRBYez57lFkS40jLu 6iBWjYvK2k4ZF8+nyTGmtBBgZJqbL0oJi/S2gbHQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/110334] [13/14 Regresssion] unused functions not eliminated before LTO streaming Date: Mon, 27 Nov 2023 07:28:24 +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.1 X-Bugzilla-Keywords: lto, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 13.3 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=3D110334 --- Comment #27 from Richard Biener --- (In reply to Eric Gallager from comment #26) > (In reply to Richard Biener from comment #20) > > Unfortunately there isn't a knob to diagnose late inlined always-inline > > functions. >=20 > Is there a separate bug for this? I don't think so.=