diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 3595518..14cd3bc 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -56,7 +56,7 @@ void gfc_debug_expr (gfc_expr *e) { FILE *tmp = dumpfile; - dumpfile = stdout; + dumpfile = stderr; show_expr (e); fputc ('\n', dumpfile); dumpfile = tmp; |