]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 55c99d40357341d711408a1b0ab8c09f78bfc7f1..9b4a337782375766b9af7b91efea08430f8aad73 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 d463505235267984565ecf9c704c38a2ac982711..5985e3de1f757428adbfd38ab76293dff43f9541 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: