From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 085993858C56; Fri, 7 Oct 2022 20:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 085993858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665175372; bh=pUFTyYiXkcEcdbC8KoC1E5i0MAHbQd1CfcfH3kcD1iI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mQhi3kwsbHK502wu+L/lX4t/AKDtajrvVcDmcRO7fsLVH5J3EdU5vnaM6sTGE59CC fP7yG63iG8FhOpBPrhqC0DUlRz/zJpTX0GnJP5SUMMZ8RVLuuC9+BSyg9OR86jMfsH qLrC0C1wvG9gJQUi/ceZoLLFmn+fQBzzRAjKBdBs= From: "mikael at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/66409] Reporting ambiguous interface when overloading assignment with polymorphic array Date: Fri, 07 Oct 2022 20:42:51 +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: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikael at gcc dot gnu.org X-Bugzilla-Status: WAITING 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=3D66409 Mikael Morin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael at gcc dot gnu.org --- Comment #7 from Mikael Morin --- (In reply to anlauf from comment #6) > (In reply to Steve Kargl from comment #5) >=20 > > Perhaps, someone, who cares about this bug, can point at the language in > > the Fortran standard. >=20 > I looked again at F2018 and couldn't find anything. >=20 I think it's in 15.4.3.4.5 Restrictions on generic declarations. But it's too late for me to decipher what's written there.=