]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix Fortran STOP.
authorams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Sep 2018 13:53:32 +0000 (13:53 +0000)
committerams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Sep 2018 13:53:32 +0000 (13:53 +0000)
commitc55843761ee68181da8999336b941cb7894b94bc
treeed04a88ab1106260ab083397525b09131b3e54e0
parent7537039010e71509b307f9a73eb33ec75e0744f4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264238 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/runtime/minimal.c