From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74890 invoked by alias); 21 Jun 2016 16:59:53 -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 74869 invoked by uid 89); 21 Jun 2016 16:59:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=IMAGES, images, dear, Dear X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-io0-f169.google.com Received: from mail-io0-f169.google.com (HELO mail-io0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Jun 2016 16:59:44 +0000 Received: by mail-io0-f169.google.com with SMTP id g13so15030315ioj.1; Tue, 21 Jun 2016 09:59:43 -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=U9Me+6B3qEhlwOQRwQKwOziTGhYZUoOTi0g/Uus2FWc=; b=VmUaNTRbb+RdJKaPjU78InhS5tokIFC3Mq/faxcv9TloTGKYehsnJniF+7SsZ7N4+l P0zXK3wOxvCtrmVonNv0LJuW73iYKG0ZDHDAR+MM/tkpFaro5NNPjrh+o3TQ8OQCLR1p Z65DQC3Lz7xLwf5j3EMdzd1UuK72XkRNnbHJPbVyXDaHx/YC3optBYT+PagdpyLtk2BP 3kJJiyIrI7oL6GUSlhWtV4B1uLCFHs3OrsT8GtTjjl3Dkr/LaqTSZJx3Ov6LhGgQP4k3 NpwuE5KnEjBe5v6OhDQNsL18rBdFc+H16scxSWAaaEjrNnJV6fhLJFjvSydMu22cOhFl i/vg== X-Gm-Message-State: ALyK8tLadHtirGYpoTIQKTEy6hLjtAXW+XSgzGHPbHEb5QES8b5lRB1mYq9OiwamV6BXlYPeAhW4B91aVkXNRw== X-Received: by 10.107.20.134 with SMTP id 128mr24442034iou.108.1466528380935; Tue, 21 Jun 2016 09:59:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.15.92 with HTTP; Tue, 21 Jun 2016 09:59:40 -0700 (PDT) In-Reply-To: References: From: Alessandro Fanfarillo Date: Tue, 21 Jun 2016 16:59:00 -0000 Message-ID: Subject: Re: [Fortran, Patch] First patch for coarray FAILED IMAGES (TS 18508) To: gfortran , gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00073.txt.bz2 * 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