From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3764A3858D28; Fri, 29 Mar 2024 07:57:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3764A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711699068; bh=kXqfGjIiasASeTmKx2h0Kx611Ls7CAD8ulzjo3ypQ2s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bnT7CVOW4066DgTyqvhaJaRwr5jWnORar41Kodd+661ofzY8pSJaBMVkWI3avL4wJ NIlINvIbNOK7rh9K2F2BCbMmvSuxNJ7VJMVimdIs2zp/RPJeas1Qh9mvfape5ajz0y umgRmv/EBzBn/uTKAPDLSSIuo0t9wXw4PGE0M3Vo= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/112407] [13/14 Regression] Fix for PR37336 triggers an ICE in gfc_format_decoder while constructing a vtab Date: Fri, 29 Mar 2024 07:57:46 +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: 13.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112407 --- Comment #7 from Paul Thomas --- Created attachment 57833 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57833&action=3Dedit A patch that fixes all the issues in this PR I apologise for taking so long to return to this problem. Daytime work and a long trip to Australia have removed my gaze from the ball. At this stage of the release cycle, I have decided to go for the safe, "hac= ky" fix of your problem. In the course of the investigation, I found that recursion involving type b= ound procedures was not being detected and that class objects with NULL default initializers were being applied to intent(OUT) dummies. These are both fixe= d. I will submit to the list as soon as I have written the ChangeLogs. Regards Paul=