From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 57EAC3954C4D; Tue, 6 Dec 2022 06:12:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57EAC3954C4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670307143; bh=TCV1bR6oJc3qtPLuPAREpJkne3I6MAIZQ9viwQMTB0E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CFq0NuurGW5n+p7hDQO4O2tI2xRBptnRw9+YGjePpibi6ij2RCO7keLTEZZHQCPa3 Hc3De8rgZqm9tUDVw+ZLLxXwpo8hHzsSoIpHf4DQiZHVe2Mb44JcSUAU8y51T93t9X r78SayG+txVSnfpdYDKlyMgRxge+/2h4dBly/iM4= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106576] Finalization of temporaries from functions not occuring Date: Tue, 06 Dec 2022 06:12:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault 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: 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=3D106576 --- Comment #7 from Paul Thomas --- (In reply to Thomas Koenig from comment #6) >=20=20 > > I hope that you are well and that the lack of time is for a good cause? >=20 > Hi Paul, >=20 > yes, I'm well, and the lack of time is indeed for a good cause :-) >=20 > > I have just returned to my finalizer patch. With it applied, your testc= ase > > produces the same output as NAG. >=20 > That's great! >=20=20 > > I will attach the present version of the patch to this PR. >=20 > Is there a chance that we will see this patch in gcc13? Even if it > does not fix every last bug in finalizers in gfortran, it would still > be a very large improvement compared to the current condition. Hi Thomas, It's good to hear from you. I hope to submit the patches before Christmas. = I am working on some final wrinkles and testcases. I am still intensely busy on = the daytime job, which is something of a blocker. Regards Paul=