From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E24B3858C5F; Mon, 13 Mar 2023 21:08:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E24B3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678741682; bh=RYbHnt7ksNBLQz5iUBrRt5mAdOzEpmYlKS8MMh626Jk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xqq8ZLm4hbP8F3bL288924JrGlhDE5o9LDimDFGkopJejp0939SwL1TjjPBoJhGTt U0VFDFbGX3F3eDmYZaCckenpSA9TjqzISv4qqKF0ZgJmUWQZB2de384NB41YDFxC25 u11wL2AP+41qUh0OW7WYDTVieRy6bY3SwD/JkhHA= 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 21:08:01 +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: ice-on-invalid-code 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: keywords 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 ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code --- Comment #7 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #6) > Created attachment 54652 [details] > Updated patch Actually that patch still produces the ICE mentioned in comment#1, which seems to follow from issues in namespace handling. So better wait till these issues are resolved. A hack to solve the present PR might not be what we want...=