From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39E843858018; Fri, 14 Oct 2022 21:21:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39E843858018 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665782461; bh=CvIX65wqyXTWmdiKF90r/0vkJnEjH1KtRUWQEeg3C+c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=he5c5gPRrBb1M0cPdQEbRjR2edmJQo9HIPWVGH+9QxPOoD9n7HIGMWdr7r2WPkpLK x0J6J2EjzhjSOOtmrnnopJmSJZZbJopwyLZUqGKwP3bVJRqPZJmKb1ZOueynGMISgo 9qqNLPNknCkhiNJcJRWiOsTAqSImhZ9bhHflSN84= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/93483] ICE in gfc_constructor_copy, at fortran/constructor.c:103 Date: Fri, 14 Oct 2022 21:21:00 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D93483 --- Comment #23 from anlauf at gcc dot gnu.org --- Created attachment 53706 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53706&action=3Dedit Updated patch Here's a patch that incorporates comment#17 and comment#20 and adds a testc= ase for comment #11. Regtests fine. @Mikael: is it what you suggested?=