From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123263 invoked by alias); 25 Jul 2018 19:28:18 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 123252 invoked by uid 89); 25 Jul 2018 19:28:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*r:Client, H*r:present X-HELO: mo4-p00-ob.smtp.rzone.de Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (85.215.255.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Jul 2018 19:28:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1532546893; s=strato-dkim-0002; d=koenigni.com; h=Date:Message-ID:Subject:From:To:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=EKFilHqBPaRKhEzl6i+ntGs8ZMTmy+uWX7TWVo9et7s=; b=RAu9ySdqwbaS2c9d96dSeRvQ14eXAmYizMOVg0lzuDh5LZ0K9VZas2XXYLHXvB5poj yaCnOTDklaryll1oahvTwR/3bhgtF0BkrQyzWEqQX4yWUTkzm5uy654AQ+H9co3Pz2zO M7lB10DXziz73Qtr1aWjs67xFPspozCbTXuZ08pD17jCf56g4ycf54wPGXrGgNf4jHmA 1l6UAc9myKPuZMeIUATHX0oc21QE6Mg+jc2/fiW77yXwTNDNaMXKMFmRVEduXILLEFPk staAChPkHnkMyylWwMUUIh/1fShBau92TNcQtsPN0thAlWeoIhfdcMH5MLYPlKy7n3ov JdZw== Received: from [192.168.178.68] by smtp.strato.de (RZmta 43.13 DYNA|AUTH) with ESMTPSA id 20583cu6PJSDhU3 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Wed, 25 Jul 2018 21:28:13 +0200 (CEST) To: gfortran From: Nicolas Koenig Subject: AsyncI/O patch committed Message-ID: <4dd07fa7-65e3-a4ea-b9cd-36eb4c75e875@koenigni.com> Date: Wed, 25 Jul 2018 19:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00106.txt.bz2 Hello everyone, I have committed the async I/O patch as r262978. The test cases are in libgomp.fortran for now, maybe that can be changed later. Thanks everyone for the testing and help! Nicolas