From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E8A43858C5F; Fri, 3 Feb 2023 02:22:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E8A43858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675390921; bh=ZDozt6qMScsiqO71fzwmw6cgsMMpMg4VCMZVbZi1/4w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WKRNFBfs410toWbbV7aJW5JtYI7JmC7V+Yr3crGBT1fYSeyUCYXLplKK+T3MgVJDq iItwyVbxx4nCQIPRtJ45zkmIrVtCJFRIoAFB7HuJzLrfjZSYdylJ59wZhMew0LZGZf +oor/BhVoqbXTFb1keTKGjEKunQdkRw7gqgHhYnM= From: "jvdelisle at gcc dot gnu.org" 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 02:21:59 +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: jvdelisle at gcc dot gnu.org 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: everconfirmed cc cf_reconfirmed_on bug_status 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 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |jvdelisle at gcc dot gnu.o= rg Last reconfirmed| |2023-02-03 Status|UNCONFIRMED |NEW --- Comment #6 from Jerry DeLisle --- Thanks for giving test cases. I have not looked in detail but I will say t= hat finalization bugs are being actively worked by Paul Thomas. He is very clos= e to having it ready. I will try you cases against his latest patch to see what happens.=