From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C089385781E; Thu, 13 Oct 2022 20:56:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C089385781E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665694615; bh=1mCHksNzxf6ilq8whg0/Ef8dKa05MXOhwrQ0zcmziDw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FhFS5wxriB8zYQHZcFL+07sFxneTMATgFQjym5p3ooTifzgo1ZHDeSdJRM/PyD1C9 RTeWBZKGaj6GnDlQMiEV2PxaqrFNw2dhKdNCCT4KKhwwM/Gp+QksZZcs5bPq3URkBn gndq1bLKIJWDfcAK8GoSsZKdLekWVtfKOsKQoIJg= 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: Thu, 13 Oct 2022 20:56:55 +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: 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 #15 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #14) > Is it conceivable that a somewhat weaker form of simplification, which > addresses the parentheses as well as the basic unary and binary operators > could still be used for the time being? >=20 > There is simplify_intrinsic_op; it just needs to be made non-static. > And seems to work here, also for Mikael's example. >=20 > So on top of the posted patch, Argh, this doesn't work. My fault.=