From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F667386100A; Tue, 21 Jul 2020 05:57:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F667386100A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595311052; bh=mCrHzzu1XikoIzsfhqTwweW8+98vKYc54a7shOPoMJ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I4I0YieO1YQRjrHkw9SsKjYyI77lob/CjYjHSb9vSAhoD75oeHzqkZZvaCiJTjmvY +Ri68Hz2oR69SeuoygYPhQ3cN+FZWA5FyyrHOcUXLV4t+ql+vpWIu+EZUEGq//G2xA fq7Wg3lYcgXEbvLBZsgjTAcbB1Ehw/d4WfXVPORY= From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/96255] [F2018] Implement optional type spec for index in DO CONCURRENT Date: Tue, 21 Jul 2020 05:57:32 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2020 05:57:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96255 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #2) > This issue depends on the fix for FORALL. In gfc_match_do in the concurr= ent > section, one gets to=20 >=20 > m =3D match_forall_header (&head, &mask); >=20 > to match the control portion of the statement. This should be trivial for a new gfortran contributor. In match.c(match_forall_header) prior to line 2401 m =3D match_forall_iterator (&new_iter); one needs to essentially copy lines 1229-1259 from array.c and modify the checks to enforce an integer type.=