From: Martin Liska Date: Fri, 10 Oct 2014 23:37:42 +0000 (+0200) Subject: cgraphunit.c (symbol_table::process_new_functions): Missing call for call_cgraph_inse... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82afdc6f9f2a5c5c6da223628851943f7df64a8b;p=gcc.git cgraphunit.c (symbol_table::process_new_functions): Missing call for call_cgraph_insertion_hooks added. PR/63376 * cgraphunit.c (symbol_table::process_new_functions): Missing call for call_cgraph_insertion_hooks added. From-SVN: r216110 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55c99d40357..9b4a3377823 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-10-11 Martin Liska + + PR/63376 + * cgraphunit.c (symbol_table::process_new_functions): Missing call + for call_cgraph_insertion_hooks added. + 2014-10-10 Jakub Jelinek PR c/63495 diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index d4635052352..5985e3de1f7 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -329,6 +329,7 @@ symbol_table::process_new_functions (void) free_dominance_info (CDI_POST_DOMINATORS); free_dominance_info (CDI_DOMINATORS); pop_cfun (); + call_cgraph_insertion_hooks (node); break; case EXPANSION: