From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46216 invoked by alias); 5 Sep 2018 18:09:32 -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 45940 invoked by uid 89); 5 Sep 2018 18:09:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:sk:v3-v6mr, H*c:alternative X-HELO: mail-yb1-f174.google.com Received: from mail-yb1-f174.google.com (HELO mail-yb1-f174.google.com) (209.85.219.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Sep 2018 18:09:30 +0000 Received: by mail-yb1-f174.google.com with SMTP id j8-v6so3039113ybg.9; Wed, 05 Sep 2018 11:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=G7SkqujHATgDXSg9jRKgv284KwDrZguThf12FgPjZyQ=; b=n/PCvSn008fZzvmAmsxJ4pv1JhZT6WjMdtgwdu8IKAY3uRUtAXyi9wrZsKem4TiT8d /g+LuXAJB1k+O5N34QQwRdZDNmNAp1Nrgh4IAiu25ff2rwlWn2y3l157kaGsQckd9RjU ATFNAjQK7W8cvNtRPaSHdhzWPgdfAwa/ZGBVfdTZY7E1RfKxyFYo2BtII/JVof1OuEzh XMB2TjyfrhR09JdQ/MOJuybY8/53LGc3VaCvV7eHgVN7H4k30CqeA+6SRNHpk3dw07mG 7SIb73Nh7G0IsA+DbXm/VnwOJFx0j9xNfCphVyLC84FM1s8K/wvNDH4Q+GI26bRyxvhc PXAQ== MIME-Version: 1.0 References: <3b1ee6252e6bc42be1886f45fd4512efda27bcbd.1536144068.git.ams@codesourcery.com> In-Reply-To: From: Janne Blomqvist Date: Wed, 05 Sep 2018 18:09:00 -0000 Message-ID: Subject: Re: [PATCH 17/25] Fix Fortran STOP. To: Toon Moene , GCC Patches , ams@codesourcery.com Cc: Fortran List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00061.txt.bz2 Same, please send fortran patches to the fortran list as well! On Wed, Sep 5, 2018 at 7:55 PM Toon Moene wrote: > > > > -------- Forwarded Message -------- > Subject: [PATCH 17/25] Fix Fortran STOP. > Date: Wed, 5 Sep 2018 12:51:18 +0100 > From: ams@codesourcery.com > To: gcc-patches@gcc.gnu.org > > > The minimal libgfortran setup was created for NVPTX, but will also be > used by > AMD GCN. > > This patch simply removes an assumption that NVPTX is the only user. > Specifically, NVPTX exit is broken, but AMD GCN exit works just fine. > > 2018-09-05 Andrew Stubbs > > libgfortran/ > * runtime/minimal.c (exit): Only work around nvptx bugs on nvptx. > --- > libgfortran/runtime/minimal.c | 2 ++ > 1 file changed, 2 insertions(+) > > Ok, thanks. -- Janne Blomqvist