From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DD893858D33; Mon, 23 Jan 2023 21:39:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DD893858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674509945; bh=1OYvzmnumZw1GefOfA5xpoBYNNhr44Op1Dy2B2kDmYw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vhDKZK5dcTeAD/uFFrKYmFidOgBrpnT5ido/qdlJOR4Mtbm/vZ30qAUydIhIFUkvt GF5jEmPuZzSLt6a/qfVa78EkOAzixVku1/wThgSF7ZbQtQnM5Ey7OTts6geYyzrnmc rDjwEuRGrwmSX3a8mh2nA8XBsrHvMt3URlVMXZt4= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108434] [12/13 Regression] ICE in class_allocatable, at fortran/expr.cc:5000 Date: Mon, 23 Jan 2023 21:39:04 +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: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code 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: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D108434 --- Comment #6 from anlauf at gcc dot gnu.org --- The reported issue should be fixed for gcc-13 and on 12-branch. There is another potential issue (see comment#1) which might be related to this one or not. Keeping this PR open until the finalization work reaches the next stage...=