* lto-symtab.c (lto_symtab_entry_def) Add vnode.
[gcc.git] / gcc / cgraphunit.c
index 5ace85ba9a9c967921f0749706cf30db9d7bc6c6..cd67f2a7a59e38ba906f5b8d81f8c3cb360f0e56 100644 (file)
@@ -382,6 +382,7 @@ cgraph_process_new_functions (void)
   tree fndecl;
   struct cgraph_node *node;
 
+  varpool_analyze_pending_decls ();
   /*  Note that this queue may grow as its being processed, as the new
       functions may generate new ones.  */
   while (cgraph_new_nodes)
@@ -437,6 +438,7 @@ cgraph_process_new_functions (void)
          break;
        }
       cgraph_call_function_insertion_hooks (node);
+      varpool_analyze_pending_decls ();
     }
   return output;
 }