From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC94E3858D1E; Mon, 13 Mar 2023 20:42:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC94E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678740161; bh=qINBN8Dj0GPJ7p6GhkC1u65swNz6q9hOaZHrv1GIco4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x59vBGd+1OJgchJfQRp5ll3953kviCS3u0b5KPxYkuqKqeSj94lSHWAWtmECFSeBW 6p014jiUw6lOlVlHza4q3tAqFccKPRRA6bw+sREKMx4CXZvWPB3TWRTF3muYJeWmq1 B7iNOdwGbbWrbjU3iMEq2ohtqsNYijfGBLd4aPXQ= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/93635] Get ICE instead of error message if user incorrectly equivalences allocateable variables that are in a NAMELIST group Date: Mon, 13 Mar 2023 20:42:39 +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: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf 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 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=3D93635 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gcc dot gnu.org --- Comment #6 from anlauf at gcc dot gnu.org --- Created attachment 54652 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54652&action=3Dedit Updated patch Hi Steve, the attachment contains a slightly simpler version of the patch in comment#= 2. It needs to be amended by the adjustment of gfortran.dg/pr87907.f90 and a modification of the patterns in gfortran.dg/c-interop/c1255-2.f90 . I've stripped the unrelated parts in comment#2. If you agree, I can prepare the patch for submission.=