Hello.

This is a oneline patch that fixed the issue in PR63376. This was a mechanical 
error and I will commit it as obivous.

Thank you,
Martin
gcc/ChangeLog:

2014-10-11  Martin Liska  <mli...@suse.cz>

        PR/63376
        * cgraphunit.c (symbol_table::process_new_functions): Missing call
        for call_cgraph_insertion_hooks added.
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index d463505..5985e3d 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:

Reply via email to