From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DC353851C27; Wed, 3 Jun 2020 11:17:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DC353851C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591183078; bh=CL8177Z3LDADbauGuZRpdpwWB3D3Iqp+AkOZCU+1Xgs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bTNjUVeEIE4BH9I5A+AiUdhGTKn9AxxXBYY8NwHCnUiypaAYEnNR+GRY5x85qdF8n Cai7FhIuYAYR3H3vHynmXGCaeh+mgsncccN22LqHUPXOpr1oE/ma8kZtG6Ofmqn37R MVrkRTvVOHFqy7AwQtdzgzoCgSwpo1FhguPghfTI= From: "antony at cosmologist dot info" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1 Date: Wed, 03 Jun 2020 11:17:58 +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: 8.3.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: antony at cosmologist dot info X-Bugzilla-Status: WAITING 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2020 11:17:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94109 --- Comment #7 from Antony Lewis --- However the reduced case of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D= 94361 now seems to be OK. However on trunk, the fix for 94361 seems to have introduced a leak that was not there before: https://travis-ci.org/github/cmbant/CAMB/jobs/692470383 (= was fine from gcc source build from 5 days ago - I just reran it with the new docker image)=