From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 831BC3858433; Tue, 30 May 2023 03:44:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 831BC3858433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685418247; bh=fneuyBSDwSPejv+Fb+2N/rCZXDm2WQr+zV1XIYCM6wo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L/hHqP5EHCZMrF5dFqANyLYIE/ZB0U7KIMrtW3y9PIMSg5Th3yoRNhEiSLsWP8jx2 NiwGmuxWB9SPE1zdOBdeaHVpNLtnZj9Ky09KRfj/WY/opQBUzw2FFiqAvuxUTLpcpB kzhkVn+tZr1nvuj7kPOmm6L6oucBT3eI5TaCrRjM= From: "neil.n.carlson at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110033] rejects-valid: associate name corresponding to coarray selector should be considered a coarray Date: Tue, 30 May 2023 03:44:07 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: neil.n.carlson at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D110033 --- Comment #1 from Neil Carlson --- This must be related to PR78152=