From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C84AC3849ADD; Mon, 13 May 2024 17:02:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C84AC3849ADD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715619750; bh=IfyB5FL0ViRVK40m0E7HRGxw+N0RiSb0UuvenRVbs9Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d7+MvTKxWaDWPOxgq4ns3QZEdNpoRE1KcEG/xTPft8u+tLIhuaUPBB+Hlc7VLcDWd pA8mBUXDoK/ED5+upz+E+pthUa92XqjHXnMEiUIl41ooQxYOAQT4hY9Z554RVnFDuZ g9SbyB5qyfW0RrxcEF9YDD8TsnV8m7lqaJwGvldc= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/115072] Memory leak with unlimited polymorphic function result Date: Mon, 13 May 2024 17:02:30 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf 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: short_desc priority everconfirmed bug_status cc cf_reconfirmed_on 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=3D115072 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Memory link with unlimited |Memory leak with unlimited |polymorphic function result |polymorphic function result Priority|P3 |P4 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |anlauf at gcc dot gnu.org Last reconfirmed| |2024-05-13 --- Comment #1 from anlauf at gcc dot gnu.org --- Runtime memleak confirmed, also seen with -fsanitize=3Daddress . Affects all versions up to 15-mainline.=