From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16C5C3858CDA; Tue, 9 Apr 2024 03:51:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16C5C3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712634674; bh=Jl9bZ8QjSozBXhgUvwP6wmPvfmdCezs18R/YRGpYrfc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cXn1GSoQZs96tMfj0/53rF9gwJSYQG6nQhoheo4PlntnP4KdR42ast4bSud3Inhdu d08rftTc1HN+Y69TMPcQ4rM9JNyckNKccc9vuGo9yIbu30UfZUpkyq8BCWYtf+uMZQ dmEQxtKhwOHABwNvmQJji9iUvtlY2nXysj/9ryK8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/58806] New attribute for functions that access memory only through their arguments Date: Tue, 09 Apr 2024 03:51:12 +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: 4.9.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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: everconfirmed bug_status cf_reconfirmed_on keywords 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=3D58806 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-09 Keywords| |missed-optimization --- Comment #6 from Andrew Pinski --- I thought there was a way already to do this. But nope.=