From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D64DE3858CDB; Fri, 3 Mar 2023 14:03:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D64DE3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677852209; bh=IYlGnn+KsB22e/A18qoGtMhZ2nlhiMreFLc0kJ5uSok=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d5d3/Bplp/MUlHfGiOhT/ebBBYw4crvFfQI0FoGTqThE7jKPevrkeIiL3VYVwMhOj /oAWpiKEkfYpB612T63GYgQdpa8XuC34mn/65Lm4JlwCLahAyzCOLJWQnMgU068egm Ip5gj+v99BD1PF75xXd3bZW11rld19BbbR1W9TqU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108923] memory leak of get_intrinsic_dummy_arg result Date: Fri, 03 Mar 2023 14:03:28 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mikael 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=3D108923 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Richard Biener --- Building the benchmark set fprate_any_fortran of SPEC CPU 2017 there's no l= eak from an allocation in get_intrinsic_dummy_arg anymore.=