From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE7D53846410; Thu, 25 Apr 2024 06:30:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE7D53846410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714026642; bh=KFQdRCjBIuReNmhm66szzN3fKD2QLP9Nr7l5jA6eiX0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xVpI7v5Ex1pCCFJkV5B5Yn82VBTZTFNZIRUntK11Yyoc1RLmedKnRk4GzMiPXOZiN I14p07Rnz1hTvJZRfHih9iv/IVCRTNlLrvRWDmd8n7yChwd4j9hDY804dkig9FBmdv KgLpVro99+NRQbNVUA+GbSlFoeN+W4xXUyDdDmnM= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/102620] [12 Regression] ICE in gfc_get_array_span, at fortran/trans-array.c:865 since r12-1233-gd514626ee2566c68 Date: Thu, 25 Apr 2024 06:30:41 +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: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D102620 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pault at gcc dot gnu.org --- Comment #9 from Paul Thomas --- (In reply to anlauf from comment #8) > I get the same behavior at r13-8559 as 14-mainline. There seems to be > another commit that fixed it independently. >=20 > Removing 13-branch from the regression list. Mark as fixed or backport fixes? Cheers Paul=