> 2015-09-05 Janne Blomqvist <j...@gcc.gnu.org> > > PR fortran/53579 > * libgfortran.h (exit_error): New prototype. > * runtime/error.c (exit_error): New function. > (os_error): Call exit_error instead of exit. > (runtime_error): Likewise. > (runtime_error_at): Likewise. > (internal_error): Likewise. > (generate_error): Likewise. > (notify_std): Likewise. > * runtime/stop.c (error_stop_string): Likewise. > (error_stop_numeric): Likewise.
OK, except that the PR number is wrong in the ChangeLog). (Related: I’ve just closed PR 63930 as WONTFIX.) Thanks for the patch! FX