diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index bafbed7..3899467 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -3543,6 +3543,8 @@ cgraph_node::get_untransformed_body (void) gcc_assert (DECL_STRUCT_FUNCTION (decl) == NULL); + if (!quiet_flag) + fprintf (stderr, " in:%s", IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl))); lto_input_function_body (file_data, this, data); lto_stats.num_function_bodies++; lto_free_section_data (file_data, LTO_section_function_body, name, |