From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 42BBC3858D1E; Fri, 23 Dec 2022 03:14:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 42BBC3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671765241; bh=8dqpD7kv4HIaDEQlGMDQycj18yyiaaEJWT5CpKOjpts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wKs7bd8aHVOlZReuJVHALmsvgAbzNjqmvmqDzQGqm42WI5ILWddSc2e5nlIylAQD6 T/fdPuFp6EVsfRd4ZC/ScAV/v2MIOyHmNqS7pWvTV9+4vGietianJM8SVlxkGnXE4E iSUW1vNjl/nrQFItRNgq+pUdLq5pbdiQxNrVCBzY= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106731] ICE on automatic array of derived type with DTIO Date: Fri, 23 Dec 2022 03:13:59 +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.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D106731 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.o= rg --- Comment #8 from Jerry DeLisle --- The simple patch does indeed fix the ICE at compile time. It also regressi= on tests cleanly. I am studying the results of running this test case to be sure it makes sen= se. The DTIO procedure in the example is not getting invoked from my first look= .=