From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88514 invoked by alias); 5 Sep 2018 17:11:28 -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 88502 invoked by uid 89); 5 Sep 2018 17:11:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f67.google.com Received: from mail-oi0-f67.google.com (HELO mail-oi0-f67.google.com) (209.85.218.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Sep 2018 17:11:25 +0000 Received: by mail-oi0-f67.google.com with SMTP id c190-v6so15035374oig.6 for ; Wed, 05 Sep 2018 10:11:25 -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=vJ/8olajFrVyaxn/nCVtOm/NFKBtgGtguQGec1upRvE=; b=SFd4BHNn7d4pLaqo3YC9XYQ0n4+P/doHMMlCCenqKv8gEXj5TgoTpg7SaYlvtwALOw OhobPDYdKNJBjlrGyJKcsMD41jm/lS/Jw21mwHoivwM9IuNN06KQzOc5+tlHSGq4wJOw mrHM0tsLXUHQq/11Y7clVfjxxFZVLGEQZgFd42K404zcwVTrE89YSIpttvtFTfeSYk8L J2ZysbfgGySe5CRrjuxOYSHA7RW0/2+/80fu0SGNDs4lS+CCztxzJBnK3z54LGFoSwsH 0pMebfjOgVAkHe32k1+LKqpdyucR7bf6BpHrjJUpPl9ucfcBxHmMGrZpFsiy0uPLkYSi RQ9w== MIME-Version: 1.0 References: <41281e27-ad85-e50c-8fed-6f4f6f18289c@moene.org> In-Reply-To: <41281e27-ad85-e50c-8fed-6f4f6f18289c@moene.org> From: Bernhard Reutner-Fischer Date: Wed, 05 Sep 2018 17:11:00 -0000 Message-ID: Subject: Re: [PATCH 19/25] GCN libgfortran. To: toon@moene.org Cc: gfortran Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00058.txt.bz2 On Wed, 5 Sep 2018 at 18:56, Toon Moene wrote: > > Excess whitespace but looks sane otherwise. AM_CONDITIONAL(LIBGFOR_MINIMAL, [ test "x${target_cpu}" = xnvptx \ || test "x${target_cpu}" = xamdgcn]) would be better IMHO. cheers, > > > -------- Forwarded Message -------- > Subject: [PATCH 19/25] GCN libgfortran. > Date: Wed, 5 Sep 2018 12:51:20 +0100 > From: ams@codesourcery.com > To: gcc-patches@gcc.gnu.org > > > This patch contains the GCN port of libgfortran. We use the minimal > configuration created for NVPTX. That's all that's required, besides the > target-independent bug fixes posted already. > > 2018-09-05 Andrew Stubbs > Kwok Cheung Yeung > Julian Brown > Tom de Vries > > libgfortran/ > * configure.ac: Use minimal mode for amdgcn. > * configure: Regenerate. > --- > libgfortran/configure | 7 ++++--- > libgfortran/configure.ac | 3 ++- > 2 files changed, 6 insertions(+), 4 deletions(-) > >