diff options
author | Harald Anlauf <anlauf@gmx.de> | 2012-01-09 19:53:27 +0000 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-01-09 20:53:27 +0100 |
commit | 3881a3dee847b26d88355db35090214a0b5a7d43 (patch) | |
tree | dba1e46608e4deec61e85fb47f6faa0712d153a3 /libgfortran/runtime/backtrace.c | |
parent | 96db41219623d27be681d27eb3c577ad0d2daaf2 (diff) | |
download | gcc-3881a3dee847b26d88355db35090214a0b5a7d43.zip gcc-3881a3dee847b26d88355db35090214a0b5a7d43.tar.gz gcc-3881a3dee847b26d88355db35090214a0b5a7d43.tar.bz2 |
re PR fortran/51197 (Backtrace information less useful)
2012-01-09 Harald Anlauf <anlauf@gmx.de>
Tobias Burnus <burnus@net-b.de>
PR fortran/51197
* runtime/backtrace.c (show_backtrace): Modify wording written
before the backtrace.
* runtime/compile_options.c (show_signal): New function.
(backtrace_handler): Use it.
Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r183030
Diffstat (limited to 'libgfortran/runtime/backtrace.c')
-rw-r--r-- | libgfortran/runtime/backtrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/runtime/backtrace.c b/libgfortran/runtime/backtrace.c index e28bdcb..5ebd972 100644 --- a/libgfortran/runtime/backtrace.c +++ b/libgfortran/runtime/backtrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006, 2007, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2006, 2007, 2009, 2011, 2012 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). @@ -197,7 +197,7 @@ show_backtrace (void) state.frame_number = 0; state.error = 0; - estr_write ("\nA fatal error occurred! Backtrace for this error:\n"); + estr_write ("\nBacktrace for this error:\n"); #if CAN_PIPE |