From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBAB13858404; Wed, 19 Apr 2023 09:19:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBAB13858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681895985; bh=zjoINapJc2JVLJykDzg3XhX4tSk9qCVclurSBL+KgTw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iH2OiW/ZDbQrhMUE22rkKb0zt2QGRFeVP2iSXd/ebc7oVjEivzWWvy0zPZ/KoYHmt SnStTnWOvHX2CkpUej8lFmyiDlfyg/d7OkBmsVJNOe6EB222ILy+qRFJ8SMuYhwy7A NSRbOrqbjiXZ+JEbc+TOxTCIl4jhgWtPRkiNyjz0= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/103366] [10/11/12/13/14 Regression] ICE in gfc_conv_gfc_desc_to_cfi_desc, at fortran/trans-expr.c:5647 Date: Wed, 19 Apr 2023 09:19:44 +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-checking, 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone 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=3D103366 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |FIXED Target Milestone|10.5 |12.3 --- Comment #12 from Paul Thomas --- (In reply to anlauf from comment #11) > (In reply to CVS Commits from comment #8) > > The master branch has been updated by Paul Thomas : > >=20 > > https://gcc.gnu.org/g:828474fafd2ed33430172fe227f9da7d6fb98723 > >=20 > > commit r12-6419-g828474fafd2ed33430172fe227f9da7d6fb98723 >=20 > This patch is installed for 12-branch and 13-trunk. The surrounding code > was added during 12 development, so a backport would not be possible. >=20 > Can we mark this fixed for 12/13? >=20 > Does it still occur in 10/11? >=20 > Should we set the target milestone to 12.2 and close this PR? It still occurs in 10-/11-branches. However, as you say, a backport will be "slightly impossible". Closing as fixed. Paul=