Discussion:
[PATCH 19/25] GCN libgfortran.
Toon Moene
2018-09-05 16:56:14 UTC
Permalink
-------- Forwarded Message --------
Subject: [PATCH 19/25] GCN libgfortran.
Date: Wed, 5 Sep 2018 12:51:20 +0100
From: ***@codesourcery.com
To: gcc-***@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 <***@codesourcery.com>
Kwok Cheung Yeung <***@codesourcery.com>
Julian Brown <***@codesourcery.com>
Tom de Vries <***@codesourcery.com>

libgfortran/
* configure.ac: Use minimal mode for amdgcn.
* configure: Regenerate.
---
libgfortran/configure | 7 ++++---
libgfortran/configure.ac | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
Bernhard Reutner-Fischer
2018-09-05 17:11:13 UTC
Permalink
On Wed, 5 Sep 2018 at 18:56, Toon Moene <***@moene.org> 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,
Post by Toon Moene
-------- Forwarded Message --------
Subject: [PATCH 19/25] GCN libgfortran.
Date: Wed, 5 Sep 2018 12:51:20 +0100
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.
libgfortran/
* configure.ac: Use minimal mode for amdgcn.
* configure: Regenerate.
---
libgfortran/configure | 7 ++++---
libgfortran/configure.ac | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
Janne Blomqvist
2018-09-05 18:14:33 UTC
Permalink
Please send fortran patches to the fortran list as well!
Post by Toon Moene
-------- Forwarded Message --------
Subject: [PATCH 19/25] GCN libgfortran.
Date: Wed, 5 Sep 2018 12:51:20 +0100
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.
libgfortran/
* configure.ac: Use minimal mode for amdgcn.
* configure: Regenerate.
---
libgfortran/configure | 7 ++++---
libgfortran/configure.ac | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
Ok!
--
Janne Blomqvist
Andrew Stubbs
2018-09-06 12:37:09 UTC
Permalink
Post by Janne Blomqvist
Please send fortran patches to the fortran list as well!
Apologies, I was not aware of this.
Post by Janne Blomqvist
Ok!
Thanks, I will commit when the rest of the port is approved.

Andrew

Loading...