From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C58683849AEA; Fri, 10 May 2024 14:50:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C58683849AEA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715352603; bh=n6rIKEcR/WyprAzKJFory1+WLsQ2lxRxVhwnYvfeK8s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E3TLitg+Ix/nA8Z6miirx3nJT0ud2xSTe4YVkt8t1ngBe0BDX7FcjtYNGKQEs0PZ4 iilxZwWAB1fDejg4CQEOFboBNrz4KkI6nOJbbBSwEDxrh0K2eVna40E9Wm2II1NLBd 4jEQRJxn3Mw3bSiLCp5NqXHWRo7kUZscExAlAkSE= From: "sleepy.iron2888 at fastmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115033] Incorrect optimization of by-reference closure fields by fre1 pass Date: Fri, 10 May 2024 14:50:03 +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: 12.3.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sleepy.iron2888 at fastmail dot com 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=3D115033 --- Comment #3 from Spenser --- (In reply to Andrew Pinski from comment #1) > Please attach the preprocessed source rather than just a snippet of code. Sorry about that. Thought I added it when submitting the report, but I think the file was too large. I've stripped out some of the dead code and reattac= hed.=