From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 575403858D33; Fri, 31 Mar 2023 12:27:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 575403858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680265625; bh=lku0GOoebbEtnxhiOjoUGjrPphjx0Myxxmv/+7zrvaE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nUnbJ846VzqypHVNJYBflwqcNpAj9B2MsCif/32ueJ1YxmEC+wTNNNkueUl5WEbl0 nVWocF/DPOmBN5TaMbIXjR8XR8g2Mrbz/rxJpOJ3WEDA+Kq7A56qZLl3+QUqFYf/Be efECAT+KVM7ha6FYj/Z8xlgldEjpunM/9CBKLpw0= From: "siddhesh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109334] tree-object-size: Improve size computation in arguments Date: Fri, 31 Mar 2023 12:27:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh 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=3D109334 --- Comment #2 from Siddhesh Poyarekar --- That seems OK; I had added that to be conservative since I really only inte= nded to add support for the access attribute back then and not the implicit attributes. Could you please post that on the ML and have it reviewed?=20 Thanks!=