From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 699C43858D39; Mon, 6 Mar 2023 18:55:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 699C43858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678128926; bh=ygC7Fa16e35sQl7Y7SPpCuOiRBM5Z9tcmDmVJWv1u98=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G0OkwjfhuANIjRy3VlCNl+RvnrG14TeUOvlPmmMSiglwNgJJXz8FnQsVwqViYfSGF QQX+7kKaHMs8l0uNev5p2ndWt78g9On1CUwnxQl/nlHyPAmz7H9WTRzyG4122YAOJ2 X1MB93j7s+kC1LpxKCyuZGcTupQTEurOCm3bqhmc= From: "mikael at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108957] Fortran FE memleak with interfaces Date: Mon, 06 Mar 2023 18:55:26 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikael at gcc dot gnu.org 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=3D108957 --- Comment #2 from Mikael Morin --- Interestingly, the three lines removed in the previous comment come from a = fix for PR41093, whose title is "memory leaks with gfc_namespace".=