From 8442a5fbf0a061a9cec06118218218c12e499095 Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Thu, 25 May 2017 12:21:22 +0000 Subject: dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values for forgotten case. 2017-05-25 Thomas Koenig * dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values for forgotten case. From-SVN: r248456 --- gcc/fortran/dump-parse-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/dump-parse-tree.c') diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 73296da..5b692e1 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -456,7 +456,7 @@ show_expr (gfc_expr *p) fputc (' ', dumpfile); - mpfr_out_str (stdout, 10, 0, mpc_imagref (p->value.complex), + mpfr_out_str (dumpfile, 10, 0, mpc_imagref (p->value.complex), GFC_RND_MODE); if (p->ts.kind != gfc_default_complex_kind) fprintf (dumpfile, "_%d", p->ts.kind); -- cgit v1.1