From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74F6B3870897; Sat, 2 May 2020 15:33:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74F6B3870897 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588433629; bh=Y4qOyAXtn6VewltY3pkGi4e+bI+PFPCkTdleCY6MJuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HJ0un/Qsdqo1R866El114DSWcI6OAT1hD8a2YYsf4nrptE7JrixhYM2vkjxwVB172 Beh1bTq4QX8x+zhctoYLqsehRoFNG8mzFzbdwgCuNg2MVU6MyFDAMHLpeAkyIFPRhG fshM3GVdVuFu+DmS+QiSd5LMnQJXhkPCxJIG2XVs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache Date: Sat, 02 May 2020 15:33:48 +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: cvs-commit 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: 9.4 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: Sat, 02 May 2020 15:33:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94788 --- Comment #43 from CVS Commits --- The master branch has been updated by Thomas K=C3=A0=C2=A4=C2=A5=C3=A0=C2= =A4nig : https://gcc.gnu.org/g:116784bbde9ed391393320d936ae2fff37442779 commit r11-25-g116784bbde9ed391393320d936ae2fff37442779 Author: Thomas Koenig Date: Sat May 2 17:30:01 2020 +0200 Add asan subdirectory for gfortran.dg. Because the test case for PR 94788 requires -fsanitize=3Daddress to exp= ose the double free, I have created a subdirectory under gfortran.dg where such test cases can go. I have tested this with make check-fortran RUNTESTFLAGS=3D"asan.exp=3D*" and it works; with a compiler that introduces the double free bug into the test case, the result is as expected 2020-05-02 Thomas Koenig PR fortran/94788 * gfortran.dg/asan: New directory. * gfortran.dg/asan/asan.exp: New file. * gfortran.dg/asan/pointer_assign_16.f90: New test case.=