From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6CB1B385843A; Sat, 18 Mar 2023 17:28:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CB1B385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679160535; bh=uhuKBZ6nA0VowZI2S11LhhDw/u1Wlw1yPOywmd4Ufek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dLov1cstW+mxnpCFfa5Hjc5knIcVFhJ7dFuMQoSDFQSdkLcETJbBdbdI18MUBjOPj ML/kH2hKBrNV0cNqw585UlE4tvaidqo9LCS5gwtp7UdmlOC+3jnX7wEw7xEdXYIL5J IVwHiuFtoi4jKS+yF5PPN8SrqNRv27WDDsoxOd4A= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/96122] Segfault when using finalizer Date: Sat, 18 Mar 2023 17:28:55 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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=3D96122 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Paul Thomas --- Hi Andrew, Thank you for all your recent support on PR37336. I will be putting it to t= he gfortran list that I should backport to 12-branch in the next few weeks. Regards Paul=