Re: [PATCH 17/25] Fix Fortran STOP.

2018-09-12 Thread Andrew Stubbs
On 05/09/18 19:09, Janne Blomqvist wrote: Ok, thanks. Committed, thanks. Andrew

Re: [PATCH 17/25] Fix Fortran STOP.

2018-09-05 Thread Janne Blomqvist
Same, please send fortran patches to the fortran list as well! On Wed, Sep 5, 2018 at 7:55 PM Toon Moene wrote: > > > > Forwarded Message > Subject: [PATCH 17/25] Fix Fortran STOP. > Date: Wed, 5 Sep 2018 12:51:18 +0100 > From: a...@codesourcery.

[PATCH 17/25] Fix Fortran STOP.

2018-09-05 Thread ams
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 libgfortran/ * runtime/mi