From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E61683858D3C; Fri, 2 Jun 2023 16:28:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E61683858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685723302; bh=9GiH0n6VZzZo+L6tLmGQemy8gkWRF+rlM/PYk2Qiwvs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rbCLpQK5sOFw6wtUBCfWK/UQalFANQCwyHXXcbqN0wwirXVK/lowKZMDX3l4ySvJN tK1ZurW2nHHYaKGlOEautfdZArs8RwNLxwDgYt4hdCJVZpjp552oev1aoF72xpYrze ZjCVbvdXOcE34TxBsxKHBWl0mcOs3vSCZHfqHmmQ= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100607] ICE with SELECT RANK Date: Fri, 02 Jun 2023 16:28:22 +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: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED 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: 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=3D100607 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #9 from anlauf at gcc dot gnu.org --- (In reply to Steve Kargl from comment #8) >=20 > I've concluded that the bug was reported 2 years agos. > It was fixed by a tentative patch 2 years laters. >=20 > 'case_value =3D=3D -1' is for 'rank(*)'. >=20 > 'case_value =3D=3D -2' appears to be for non-'rank(*)' cases, > and those are handled in the preceding nested for-loop. Then I can take care of the patch for you.=