From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F1863858D32; Mon, 10 Jul 2023 16:29:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F1863858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689006573; bh=JwMjtys5//StIB5bJNjGf9BNjJSRGOjX9X2bhIU6Vrw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g6UL14qYm3Swz8K4EUGQx+PvvBT7+H4zBBksJrimKiN+v11RutoNc11SScDpqfEp/ Had6FsS+JRJ//k4RSIX2dwNMyRol6/HqzBYz3LtZX3eugD2t7J7KvQqeRIY4L/eYHe 0xFnZqcVf0dZUdrzQBxDVnIVNiQWzY1dkxTK95gk= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106050] ICE in reject_statement, at fortran/parse.cc:2879 since r8-3056-g5bab4c9631c478b7 Date: Mon, 10 Jul 2023 16:29:33 +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.0 X-Bugzilla-Keywords: ice-on-invalid-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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D106050 --- Comment #4 from Paul Thomas --- Created attachment 55515 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55515&action=3Dedit Patch that fixes this PR for me I had to add to Steve's patch to get this PR sorted out. Ideally of course, we would locate the culprit in the PDT instantiation and= fix that. However, I am disinclined to do that since PDTs require roots and branches fixing. At least this patch is mostly harmless! Paul=