From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BECC6386F430; Sat, 4 May 2024 21:12:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BECC6386F430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714857145; bh=Qzb3kE9KBwTQYL/lFu/rHhvcrI7OkCtb2wOn64WpOhc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fvAhwf1jAa5/oIgDuUxhvRE3PKE9Y43IPgOM1qJobylF/PWKktuDAQ4oTtjTl15qr hnk1/elrw0rjQyZtr8xZeFKmC618UQGxWVOcqOMLFbGwzmAHdfA6BPhVpAXdDaq/t2 zJRnbxeLwzGiUHcjrLI7vkVfu4b1Y2uNKGuSFu5k= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114874] [14/15 Regression] ICE with select type, type is (character(*)), and substring Date: Sat, 04 May 2024 21:12:24 +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: 14.0 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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=3D114874 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gn= u.org --- Comment #7 from Paul Thomas --- Created attachment 58104 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58104&action=3Dedit Fix for this PR This seems to be the best fix. I have tried several different approaches in= the last two days but it has been an uphill struggle against the state of the b= lock namespaces at this stage of the compilation. I'll think about it for another day or so before submitting. Cheers Paul=