From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AD993858D39; Sat, 3 Dec 2022 16:05:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AD993858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670083530; bh=+01MnzWXOc/z23p2o4ZrKUt3VCpnI09Q8a+CvV31jSQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rTPABthoY/HCji4iONFEcHbf5Ye7M5TLE32CWySzbk5xseiMeiqDq2RyqmoJuBB3+ jCNHmgqBY1MB6RjOZFvq94WewM2MKjVcBjrH+UW5ylPHkSwaNsrvP9D34PxuIGqofk a0i13jwhZfkKmyGTTOMC3IWBvNSfL2xLdAKdZNLg= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/91316] Derived type finalization failing Date: Sat, 03 Dec 2022 16:05:29 +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: 9.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D91316 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.o= rg --- Comment #3 from Jerry DeLisle --- (In reply to Paul Thomas from comment #2) > (In reply to Paul Thomas from comment #1) > > I notice that this is missing from the list of dependencies of PR37336,= for > > which a wider fix will be submitted this afternoon. This has caught folks twice this last week. I have some ideas on a diagnost= ic for it at run time and will submit a separate PR for it.=