From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 06E8F3853804; Sat, 22 May 2021 17:59:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 06E8F3853804 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mliska@suse.cz X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1621706339; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XqXPkPcHHUsSLi+68Vit2PId3ue7CGkxDo1If0/o5/I=; b=yLGcB386IPQC4Nu8W/Ep7/hAxJF0eq1FUwThm2jQsW3vT9pelaMhPqJG3TDwo8hcFnvWSU e1IvbWXNlSrY6pDe22miI5JVL4UJI9VyuGtXMgKW42m612onE7Oc3dw0vuXJhvIZMwn3Be ujbCS6BoHozEG4inJx28sRQYiZ3q8YM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1621706339; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XqXPkPcHHUsSLi+68Vit2PId3ue7CGkxDo1If0/o5/I=; b=w6uhR8mkK9ukn6c2mwpXEhmj04JZ7cMFQt5M7IbHMUOFDuQwWUhaMfQeaeM1c1aNmBYDJm Gqm5pqNvPOY6c8DQ== Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id E718EAB5F; Sat, 22 May 2021 17:58:58 +0000 (UTC) Subject: Re: [Ping^2, Patch, Fortran] PR98301 Re: RANDOM_INIT() and coarray Fortran To: Andre Vehreschild , Jerry D Cc: GCC-Patches-ML , GCC-Fortran-ML , Steve Kargl 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> <20210521150832.GA18015@troutmask.apl.washington.edu> <656f6431-29e3-d32f-c2ae-ae8f989357b2@gmail.com> <20210522133911.4075c2e4@vepi2> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <69f87fc1-61c4-cafc-6692-910156da1d5f@suse.cz> Date: Sat, 22 May 2021 19:58:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <20210522133911.4075c2e4@vepi2> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Sat, 22 May 2021 17:59:01 -0000 On 5/22/21 1:39 PM, Andre Vehreschild via Gcc-patches wrote: > Hi Steve and Jerry, > > thanks for the ok'ing. > > Committed as https://gcc.gnu.org/g:26ca6dbda23bc6dfab96ce07afa70ebacedfaf9c > and https://gcc.gnu.org/g:c4771b3438a8cd9afcef1762957b763f8df3fa6e (for the > missing changelog entries). Hello. About the missing changelog entries. The will be added automatically by Daily bump. You can check it with: ./contrib/gcc-changelog/git_check_commit.py 26ca6dbda23bc6dfab96ce07afa70ebacedfaf9c -p What's missing for you so that you pushed c4771b3438a8cd9afcef1762957b763f8df3fa6e? Thanks, Martin > > - Andre > > On Fri, 21 May 2021 19:38:00 -0700 > Jerry D wrote: > >> yes, please commit >> >> On 5/21/21 8:08 AM, Steve Kargl via Fortran wrote: >>> 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. >>> >> > > > -- > Andre Vehreschild * Email: vehre ad gmx dot de >