From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71285 invoked by alias); 18 Feb 2020 20:02:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 71268 invoked by uid 89); 18 Feb 2020 20:02:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=establishing X-HELO: cc-smtpout2.netcologne.de Received: from cc-smtpout2.netcologne.de (HELO cc-smtpout2.netcologne.de) (89.1.8.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Feb 2020 20:02:35 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 96AC91272B; Tue, 18 Feb 2020 21:02:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1582056152; bh=GNTg2grxmUHqesGatP5BYvodFbuxTfBhp5tIzwnS+xA=; h=Subject:From:To:References:Message-ID:Date:In-Reply-To:From; b=eoC7t4uYYzmrNG1RAf0KRKTY6ehjMeRZ98tF9O/9Y5xwrYGt4fj3fZ+TiPFYWDUVY 7VUGGZe41SRcZRXC64xeLkjfh2ZWP0szVqMkSctvphSCfoyovo+g8WMk402LRQvp1r AWOirDNcrwHIgYGc1XAjNbEnxB1N6vx9vqKwDApnNpfdUFErFxvbL14gnizsm0fmCz bMRoiENpTipabF86eFf/v5TI+APxdnGUo/kJvXEEOlpAs/JGHFcz4dY1OtiqX2zki6 VIiQjiWTdFoFwGR/lS7xWJHg8HVA9sDadN/jLjJlaXgA7NoTFQDXgqoNlp9l4it7zO u7ArLAnyhRGLA== Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 9259311EF8; Tue, 18 Feb 2020 21:02:32 +0100 (CET) Received: from [2001:4dd4:fbfe:0:f116:d44:7d03:748a] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.11.6) (envelope-from ) id 5e4c42d8-3658-7f0000012729-7f000001ecc8-1 for ; Tue, 18 Feb 2020 21:02:32 +0100 Received: from linux-p51k.fritz.box (2001-4dd4-fbfe-0-f116-d44-7d03-748a.ipv6dyn.netcologne.de [IPv6:2001:4dd4:fbfe:0:f116:d44:7d03:748a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Tue, 18 Feb 2020 21:02:31 +0100 (CET) Subject: Re: [patch, libfortran] Fix race condition in asynchronous I/O From: Thomas Koenig To: "fortran@gcc.gnu.org" , gcc-patches References: <63ab72d7-5629-6d41-41e5-7f00b2b0f196@netcologne.de> Message-ID: Date: Tue, 18 Feb 2020 20:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <63ab72d7-5629-6d41-41e5-7f00b2b0f196@netcologne.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg01071.txt.bz2 Now committed to trunk after Jerry's OK, as https://gcc.gnu.org/g:3fe1910509e32d611b3a7b8503502103bc53b5e4 I have to say I still have trouble establishing a git workflow which works smoothly. You will notice an "asdf" in the commit message which was not really meant to be there... Regards Thomas