From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 327C3388212D; Tue, 22 Dec 2020 14:03:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 327C3388212D From: "briggs.michaels at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c) Date: Tue, 22 Dec 2020 14:03:32 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: briggs.michaels at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: Tue, 22 Dec 2020 14:03:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D92621 --- Comment #7 from Michael Briggs --- Comment on attachment 49834 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D49834 fortran portion of test case First part of a two part test case, Fortran & C. The bug appears as: malloc: *** error for object 0x7fff695a8eb8: pointer be= ing freed was not allocated The problem is observed in gcc/gfortran 9.3.0 and 10.2.0 If the intent of "array" is changed from "out" to "inout" the program runs without any problem.=