Fwd: [PATCH 17/25] Fix Fortran STOP.
Toon Moene
toon@moene.org
Wed Sep 5 16:55:00 GMT 2018
-------- 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 <ams@codesourcery.com>
libgfortran/
* runtime/minimal.c (exit): Only work around nvptx bugs on nvptx.
---
libgfortran/runtime/minimal.c | 2 ++
1 file changed, 2 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0017-Fix-Fortran-STOP.patch
Type: text/x-patch
Size: 555 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20180905/32f78e6c/attachment.bin>
More information about the Fortran
mailing list