From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DCD2B3898520; Thu, 30 Apr 2020 17:37:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DCD2B3898520 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588268230; bh=stmYMNWl3OWtkNBBhmCxsWn+OsW9URXPrrrjBFjA8EU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ARe4TjLYyIVT+e0N95BCmouqKH+B9G+eZ8CO1NDQbNrYPoFzw2b/ACy/Fh1adRoZv JnJbChHxB3+tRhRGlXyG+EpM8nGD703qKnEWciwAE9aCCQdLzcE5byCMum7QoiA/ql DZCyFJe4Hs6HG4XbHRyvZFd3O2mILBKMdJuGsIas= From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache Date: Thu, 30 Apr 2020 17:37:10 +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: 9.3.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de 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: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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: Thu, 30 Apr 2020 17:37:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94788 --- Comment #38 from J=C3=BCrgen Reuter --- Created attachment 48426 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48426&action=3Dedit Correct 'final' final reproducer Indeed, rt_data_t should have an additional component type(rt_data_t), pointer :: context =3D> null subroutine rt_data_init should contain the additional line local%context =3D> global and=20 subroutine rt_data_activate=20 should contain the additional line global =3D> local%context Sorry about that.=