From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103760 invoked by alias); 4 Jul 2016 22:46:35 -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 103743 invoked by uid 89); 4 Jul 2016 22:46:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=images, dear, Dear, 20160621 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-it0-f48.google.com Received: from mail-it0-f48.google.com (HELO mail-it0-f48.google.com) (209.85.214.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 04 Jul 2016 22:46:33 +0000 Received: by mail-it0-f48.google.com with SMTP id j185so38217276ith.0; Mon, 04 Jul 2016 15:46:33 -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=miSsJCvdznh0ucUdg9lf2YTbgWn7sqFCLbVpt14cU/Q=; b=keai8Xaa0zA5LzMTC59Xtvw/rI5L1LGrGeMdlZLZ1Av1Rs9xW2MeODhd0s9DaR77dp g0fM+DtLNAHUxYwUTOIF6iU7+U2Ri1nUmeAaQMQ7+AU+fXwEgK6UNnSXzevPKoQl9Q4r Vjz0EL6WM1JieTycLYbm4wQdvuWsp4KQDZpgmeg3L5BUOWxqb+6Kvv618x1+RfC0T7SU KYPy8Ujd6WkYgAZcm6d/czJpqXoNbh5/uF6O+yGH8KPWJrgypVMqgpdJ5VhZVXPQNEW7 4h8lIxRPXEOQhI8KotoygFN2yhaCVmL7ZfQWR3n0rvsQmPB7pDmz3/183BfDEuOtZjgB nkng== X-Gm-Message-State: ALyK8tJsVAN6Wabck4aT5UzY043xNtCoELsCUBUVwEgF2Uk5vv/4cPLj/eBaJsS5Sq6kgSkOUn51+Qx4JFYM2w== X-Received: by 10.36.118.19 with SMTP id z19mr10182808itb.44.1467672391091; Mon, 04 Jul 2016 15:46:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.15.92 with HTTP; Mon, 4 Jul 2016 15:46:30 -0700 (PDT) In-Reply-To: References: From: Alessandro Fanfarillo Date: Mon, 04 Jul 2016 22:46: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-07/txt/msg00165.txt.bz2 * 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