diff mbox

PR/63376

Message ID 54386D71.10401@suse.cz
State New
Headers show

Commit Message

Martin Liška Oct. 10, 2014, 11:36 p.m. UTC
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  <mliska@suse.cz>

	PR/63376
	* cgraphunit.c (symbol_table::process_new_functions): Missing call
	for call_cgraph_insertion_hooks added.
diff mbox

Patch

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: