PR/63376
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Oct 2014 23:37:42 +0000 (23:37 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Oct 2014 23:37:42 +0000 (23:37 +0000)
* cgraphunit.c (symbol_table::process_new_functions): Missing call
for call_cgraph_insertion_hooks added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216110 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cgraphunit.c

index 55c99d4..9b4a337 100644 (file)
@@ -1,3 +1,9 @@
+2014-10-11  Martin Liska  <mliska@suse.cz>
+
+       PR/63376
+       * cgraphunit.c (symbol_table::process_new_functions): Missing call
+       for call_cgraph_insertion_hooks added.
+
 2014-10-10  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/63495
index d463505..5985e3d 100644 (file)
@@ -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: