Fix Fortran STOP.
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 12 Sep 2018 13:53:32 +0000 (13:53 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Wed, 12 Sep 2018 13:53:32 +0000 (13:53 +0000)
commit4986a9568afe47845e3bd51fb7d2c5c1dd065ba2
treeed04a88ab1106260ab083397525b09131b3e54e0
parent28c4b740a64ccc3412ef4c01e3012e9013ad5bcb
Fix Fortran STOP.

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-12  Andrew Stubbs  <ams@codesourcery.com>

libgfortran/
* runtime/minimal.c (exit): Only work around nvptx bugs on nvptx.

From-SVN: r264238
libgfortran/ChangeLog
libgfortran/runtime/minimal.c