diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 86e87b7..7259429 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -268,6 +268,9 @@ finish_file () if (back_end_hook) (*back_end_hook) (getdecls ()); + + if (flag_dump_translation_unit) + dump_node_to_file (getdecls (), flag_dump_translation_unit); } /* Called during diagnostic message formatting process to print a |