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 DC22B384782E; Fri, 21 May 2021 15:08:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DC22B384782E 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 14LF8WsR018021 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 21 May 2021 08:08:32 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 14LF8WdC018020; Fri, 21 May 2021 08:08:32 -0700 (PDT) (envelope-from sgk) Date: Fri, 21 May 2021 08:08:32 -0700 From: Steve Kargl To: Andre Vehreschild Cc: GCC-Fortran-ML , GCC-Patches-ML Subject: Re: [Ping^2, Patch, Fortran] PR98301 Re: RANDOM_INIT() and coarray Fortran Message-ID: <20210521150832.GA18015@troutmask.apl.washington.edu> References: <20210404053331.GA18048@troutmask.apl.washington.edu> <20210423184357.643efbdf@vepi2> <20210423171817.GA75072@troutmask.apl.washington.edu> <20210424124945.46b1da51@vepi2> <20210425200334.GA94808@troutmask.apl.washington.edu> <20210426123636.7eb24c37@vepi2> <20210503112110.7580eb41@vepi2> <20210503152036.GA29178@troutmask.apl.washington.edu> <20210521100902.78d4aa4d@vepi2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210521100902.78d4aa4d@vepi2> X-Spam-Status: No, score=-1.9 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: Fri, 21 May 2021 15:08:35 -0000 On Fri, May 21, 2021 at 10:09:02AM +0200, Andre Vehreschild wrote: > Ping, ping! > > Please find attached a rebased version of the patch for the RANDOM_INIT issue > with coarray Fortran. Nothing changed to the previous version, just rebased to > current master. > > Regtested fine on x86_64-linux/f33. Ok for trunk? > I think you've down your due diligence with 2 pings. I would commit. -- steve