diff options
Diffstat (limited to 'gcc/tree-diagnostic.c')
-rw-r--r-- | gcc/tree-diagnostic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-diagnostic.c b/gcc/tree-diagnostic.c index 4f211ed..1009c78 100644 --- a/gcc/tree-diagnostic.c +++ b/gcc/tree-diagnostic.c @@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "tree-pretty-print.h" #include "tree-diagnostic.h" -#include "dumpfile.h" /* TDF_DIAGNOSTIC */ #include "langhooks.h" #include "intl.h" @@ -294,7 +293,7 @@ default_tree_printer (pretty_printer *pp, text_info *text, const char *spec, pp_string (pp, n); } else - dump_generic_node (pp, t, 0, TDF_DIAGNOSTIC, 0); + dump_generic_node (pp, t, 0, TDF_SLIM, 0); return true; } |