[PATCH 17/25] Fix Fortran STOP.

ams@codesourcery.com ams@codesourcery.com
Wed Sep 5 11:51:00 GMT 2018


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: 554 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180905/5227129b/attachment.bin>


More information about the Gcc-patches mailing list