OSDN Git Service

* decl2.c (finish_objects): Revert my previous patch.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Apr 2005 15:12:55 +0000 (15:12 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Apr 2005 15:12:55 +0000 (15:12 +0000)
(cp_finish_file): Likewise.

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

gcc/cp/ChangeLog
gcc/cp/decl2.c

index c2176a7..c50d7d2 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-04  Jan Hubicka  <jh@suse.cz>
+
+       * decl2.c (finish_objects): Revert my previous patch.
+       (cp_finish_file): Likewise.
+
 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
 
        * pt.c: Fix comment typos.
index 78ba602..16c4efe 100644 (file)
@@ -2957,14 +2957,6 @@ cp_finish_file (void)
                                         pending_statics_used))
        reconsider = true;
 
-      /* Ask the back end to emit functions and variables that are
-        enqueued.  These emissions may result in marking more entities
-        as needed.  */
-      if (!flag_unit_at_a_time && cgraph_assemble_pending_functions ())
-       reconsider = true;
-      if (!flag_unit_at_a_time && cgraph_varpool_assemble_pending_decls ())
-       reconsider = true;
-
       retries++;
     } 
   while (reconsider);