From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 659233858CDA; Sun, 13 Aug 2023 19:26:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 659233858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691954800; bh=cVSDyRHjGNl3NaOLLdFBUwoYs3Gy8YjkIrAFSHKJ7RM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ax9yAkrAQC78R3j1ik2G4xSrDTs/FsievB3282IUJy03/wBZUW6lnl2jGXOu6hbO+ HklqXDwA3Vy3hYz6YHFBlcLysrJwMMDv54rXrDQtVhZgCd8c6NNjaFLFSmrd8TI8NF NsyaFcNF8m+vNCi3TapVIKdrBa4YnIIsJsCesLBw= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement Date: Sun, 13 Aug 2023 19:26: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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf 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: 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=3D87326 --- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to Nathan Weeks from comment #5) > (In reply to Brad Richardson from comment #3) > > Was there any more progress on this? I've just run into it. > >=20 > > FYI I'm trying implement a polymorphic send/receive: > > https://gitlab.com/everythingfunctional/communicator >=20 > The FSF copyright assignment ended up being an unexpectedly-difficult hur= dle > at the time. I could try again if there is interest, though it would also > require some effort to rework the original patch for GCC 14. If another > contributor were willing to submit a clean-room implementation, that may = be > more expedient. Besides the copyright assignment there is also the possibility to use the Developer's Certificate of Origin sign-off: https://gcc.gnu.org/dco.html=