From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 667413858C83; Wed, 8 Mar 2023 19:52:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 667413858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678305158; bh=ZhMU6cyHkY0M+3xtHSHyXhaMtrjxg9+883WSC/fqVrk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UybsMA7mBu79uAZWZrNqSN0Qctq7XlrmhtN4DM6nOfFZSoyRjt/PhSeBXpTWUixhe PGD78NdBtxWMpxOosRpKfUvkxqmCrdxXpiQqu9/GwNEW0btZjTBlWkCTHzgEHBpvad zVsIybx62usqyuwqHZn/PuzKDPRC+yW3iOLEkSa8= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108925] memory leak of gfc_get_namespace result Date: Wed, 08 Mar 2023 19:52:38 +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: anlauf 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=3D108925 --- Comment #7 from anlauf at gcc dot gnu.org --- (In reply to Mikael Morin from comment #6) > Created attachment 54598 [details] > Tentative patch > This seems to work on the reduced testcases, can't fully test right now. I tried it and killed regtesting really rather early ... So it might be better to wait for stage1 before pursuing this further.=