From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E07833858C39; Tue, 9 Apr 2024 07:06:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E07833858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712646410; bh=whkSn2NPBB+lwzPD0i3IrAoQpMPPqoU/T5tymgd54vw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AdtwlZxDv7bN8E/RLmim0tfATgst/Ar7q/3yGkFHT68tsfVwOgLcRVu6nSms2idai B267Daj/BnW6y1PJhFzN7i8axFsm9HnGi/q8hlYcCCGZ8jqtRsjFmBJYGVa98F+1VU sEH0DswdsKTKBXzIHefAs0Gv5nyD943C7RmV5c4E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/45115] pure functions returning structs are not optimized. Date: Tue, 09 Apr 2024 07:06:49 +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: unknown X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: bug_status resolution 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=3D45115 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #5 from Andrew Pinski --- Dup of bug 59739; even though that is a newer bug it has some more analysis= and even been assigned (will add the C++20 testcase there too). *** This bug has been marked as a duplicate of bug 59739 ***=