2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:01:03 +08:00

PR 46686 Fix incorrect comment.

2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>

	PR fortran/46686
	* runtime/backtrace.c (show_backtrace): Fix incorrect comment.

From-SVN: r181217
This commit is contained in:
Janne Blomqvist 2011-11-09 19:52:11 +02:00
parent 9b5e84de9d
commit 161f270d4e
2 changed files with 6 additions and 1 deletions
libgfortran

@ -1,3 +1,8 @@
2011-11-09 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/46686
* runtime/backtrace.c (show_backtrace): Fix incorrect comment.
2011-11-09 Tobias Burnus <burnus@net-b.de>
* configure.ac: Make more cross-compile friendly.

@ -210,7 +210,7 @@ show_backtrace (void)
int f[2], pid, inp[2];
/* Don't output an error message if something goes wrong, we'll simply
fall back to the pstack and glibc backtraces. */
fall back to printing the addresses. */
if (pipe (f) != 0)
break;
if (pipe (inp) != 0)