From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116498 invoked by alias); 15 Jul 2016 17:34:14 -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 116477 invoked by uid 89); 15 Jul 2016 17:34:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=images, dear, Dear, HTo:U*burnus X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-vk0-f49.google.com Received: from mail-vk0-f49.google.com (HELO mail-vk0-f49.google.com) (209.85.213.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Jul 2016 17:34:12 +0000 Received: by mail-vk0-f49.google.com with SMTP id w127so106259229vkh.2; Fri, 15 Jul 2016 10:34:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=xNiy3ajRjpTFP2VYUVCCZiQbFW453XbMgXx8n+ddydg=; b=famBRFmUpZNGQh/Y5QVeFjnyqOP1z3PbVZNDWJeRwKx3/BnYpA7/nkO6rcz2Qwv6u0 P/iC6SOFOzQMBlFBN5RUlb+8EczZqAqBHRfBdC5lwADCDNLvKvS9i/jnp2SY3kwN8AIw NDqMtEG8/qBPb48VivHnmJDuz52JGb99AflhMBUrXedVmGmheBSa0fAqLShWBpsULi3d b/qKC2uvDWuMlfRc3iz66JqPJUSCbFiMhxYrneLpPC43o3/CoS60AxRbIe1JB6p9iJLL FwyT0WGjoXPY9OVM7SRpoKjYRm0n9kyahxikHn1Ou6eQlUisR8k1HpG2UiF7xBngKmdr QMiQ== X-Gm-Message-State: ALyK8tLomA99Mq1fL54VoAIoaw1YKouIoV5QE3yDZ2nqSiaIwQECWrq3KJEB8GyuuIA+h6G7sqWD8b4yXN3KBw== X-Received: by 10.176.2.114 with SMTP id 105mr6899395uas.110.1468604050102; Fri, 15 Jul 2016 10:34:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.54.138 with HTTP; Fri, 15 Jul 2016 10:34:09 -0700 (PDT) In-Reply-To: References: From: Alessandro Fanfarillo Date: Fri, 15 Jul 2016 17:34:00 -0000 Message-ID: Subject: Re: [Fortran, Patch] First patch for coarray FAILED IMAGES (TS 18508) To: gfortran , gcc-patches , Paul Richard Thomas , Tobias Burnus Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00959.txt.bz2 Third *PING* 2016-07-04 16:46 GMT-06:00 Alessandro Fanfarillo : > * PING * > > 2016-06-21 10:59 GMT-06:00 Alessandro Fanfarillo : >> * PING * >> >> 2016-06-06 15:05 GMT-06:00 Alessandro Fanfarillo : >>> Dear all, >>> >>> please find in attachment the first patch (of n) for the FAILED IMAGES >>> capability defined in the coarray TS 18508. >>> The patch adds support for three new intrinsic functions defined in >>> the TS for simulating a failure (fail image), checking an image status >>> (image_status) and getting the list of failed images (failed_images). >>> The patch has been built and regtested on x86_64-pc-linux-gnu. >>> >>> Ok for trunk? >>> >>> Alessandro