From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A53B3858C36; Wed, 25 Oct 2023 05:54:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A53B3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698213298; bh=N3wNT/Favkn+z+w7jVF44VVa9UCJpg7klfr55r5i0a4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lr0X61Pw1+dlqFyoPOhynqDo3/k0eKOR2HJyCc1e3/n/z77ISYDOW8b3mHQ80rwfM c3PtZjJrnHlsN0OdBDjRgJ4jMRa6r2lqSD2iscirbVWIki/lLRa9hzie3+plmkBk3r SZW3U36wzK1XuzxnEqnn2eio+zwn81MnQFIOergA= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/96503] attribute alloc_size effect lost after inlining Date: Wed, 25 Oct 2023 05:54:58 +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: 11.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: see_also 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=3D96503 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/systemd/ | |systemd/issues/22801, | |https://github.com/systemd/ | |systemd/pull/25688 --- Comment #4 from Sam James --- This came up in the wild at https://github.com/systemd/systemd/issues/22801= and https://github.com/systemd/systemd/pull/25688.=