]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR 53379 Print backtrace on error termination.
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Sep 2015 22:17:11 +0000 (22:17 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Sep 2015 22:17:11 +0000 (22:17 +0000)
commit357b7492efe1c9597080a1655118c5de23a557b0
tree1e86b9612c9e453b6de4ddded336603afe52274f
parent3e6bab83cca73af4ec97ce3d967b5e60a04d354e
PR 53379 Print backtrace on error termination.

2015-09-05  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/53379
* 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.

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