From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B3483850B21; Mon, 12 Dec 2022 21:49:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B3483850B21 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670881799; bh=LApca7jborEobXzk18PlUZV9ADcLdi1/sHaUBq635Ok=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yscVY9SvOb5j0JGc6wxht7/XmuYQDbw+MmQp5X9ScRgFu+TrZYFiQtYermlvHN/0v eQDzs8JaiKigsynrkVKKfO6D1AIpaI7cTAf2Mcx5soONIEHReR8mJmuvdZ1h2g0P/P RdnrT88BPtg6UrV1wHf0n0PwBoBHFKHN+vWlmv5A= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107995] ICE: Segmentation fault, without backtrace Date: Mon, 12 Dec 2022 21:49:58 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: kargl at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone 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=3D107995 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |13.0 Status|ASSIGNED |RESOLVED --- Comment #8 from anlauf at gcc dot gnu.org --- Fixed for gcc-13. Closing. Thanks for the report, and to Steve for the patch!=