From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C6113858C52; Fri, 3 Feb 2023 16:19:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C6113858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675441194; bh=3N4khXNTsLGOXTekPF9CEsy9/mLYbiapeqJvveRw2Hw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ew9XY3YGmQ5OHO6r+3NncYDrlO5+2LYmNOfx1nO4d1sKBWXDay5lLspsJIeRlk1Vu d2reAf0FlXUD8PPuz2sETTCEMubQ1eyX1kT4q7kw+KLDMbFl5ETSkkyt95niaeF6m9 azGGVUrPe4GkYPF/J4rPdovTUSBXjySGD/4li5sk= From: "Boyce at engineer dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108649] allocation segmentation fault for pointer derive type and ICE for final-binding Date: Fri, 03 Feb 2023 16:19:53 +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: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Boyce at engineer dot com X-Bugzilla-Status: NEW 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108649 --- Comment #7 from Scott Boyce --- (In reply to Jerry DeLisle from comment #6) Thanks that is excellent news about the finalization. There also is the issue with the ALLOCATION as well. Another set of test cases are my Batteries Included Fortran Library (its pa= rt of this project under the folder bif_lib). The full repository for BiF is located at https://code.usgs.gov/fortran/bif I was not sure if I should post that code on here as a separate issue (it h= as lots of allocation issues as well with gfortran).=