From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id 461503861830; Mon, 21 Dec 2020 15:18:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 461503861830 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 0BLFIlLb011450 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 21 Dec 2020 07:18:47 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 0BLFIlne011449; Mon, 21 Dec 2020 07:18:47 -0800 (PST) (envelope-from sgk) Date: Mon, 21 Dec 2020 07:18:47 -0800 From: Steve Kargl To: Thomas Koenig Cc: fortran@gcc.gnu.org, kargl@gcc.gnu.org Subject: Re: co-arrays and libgfortran Message-ID: <20201221151847.GA11406@troutmask.apl.washington.edu> References: <20201218042846.GA94181@troutmask.apl.washington.edu> <203c7d27-2303-f887-ea57-11b860f18a8f@netcologne.de> <20201218155252.GB96460@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 15:18:50 -0000 On Mon, Dec 21, 2020 at 02:15:30PM +0100, Thomas Koenig wrote: > > Hi Steve, > > > One of these days, I'll figure a way to grab Nicolas and > > your work. My svn gcc tree is almost a year out of date. > > This can be done rather easily via github. > > Go to https://github.com/gcc-mirror/gcc/tree/devel/coarray_native > > and choose "Download Zip" or download via svn. > disclaimer: I have zero, nada, nil, none, experience with git. That URL appears to take me to the coarray_native branch. If I click on the 'clone' link, I see https://github.com/gcc-mirror/gcc.git. Is that for a complete gcc repository or specific to your branch? IOW, if I clone from that URL, do I need to do any git voodoo magic incantation to get to the branch? -- Steve