aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2005-04-04 17:12:55 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2005-04-04 15:12:55 +0000
commit1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd (patch)
tree175a0cc401f734db573faf8c853475f8c5cd8787
parentd727c6244680624ba0f67d4a04c157eb3bbc78a7 (diff)
downloadgcc-1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd.zip
gcc-1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd.tar.gz
gcc-1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd.tar.bz2
decl2.c (finish_objects): Revert my previous patch.
* decl2.c (finish_objects): Revert my previous patch. (cp_finish_file): Likewise. From-SVN: r97547
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/decl2.c8
2 files changed, 5 insertions, 8 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c2176a7..c50d7d2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 78ba602..16c4efe 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -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);