From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59B793858C42; Fri, 17 May 2024 14:25:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59B793858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715955929; bh=Zt09rzeXA/407gfS3Wdl2mujHRx5q766wC5DwJLf37U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f7RTeHRzi0zGYkJI/IGDJM5pPvE7aGcGKsCsmkTdTaEF8XYEGspz4mMJ3rJAez10N DaKHHeWqb17AuQogi46v9yzwR+ChH+/mrv5Cnd9YUHfJ9ndponZaDSKzj+mICDzNcN l9hOJnis7bFffBUnmdiht3fKMYRh8FO8jrR1EAZw= 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: Fri, 17 May 2024 14:25:29 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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=3D114874 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #11 from Paul Thomas --- Hi Harald, Your comments have been implemented and the patch committed to both affected branches. Thanks for the report and your help in honing up the fix. Paul=