From: Jan Hubicka Date: Mon, 4 Apr 2005 15:12:55 +0000 (+0200) Subject: decl2.c (finish_objects): Revert my previous patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd;p=gcc.git decl2.c (finish_objects): Revert my previous patch. * decl2.c (finish_objects): Revert my previous patch. (cp_finish_file): Likewise. From-SVN: r97547 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c2176a7a382..c50d7d2c4cc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-04 Jan Hubicka + + * decl2.c (finish_objects): Revert my previous patch. + (cp_finish_file): Likewise. + 2005-04-03 Kazu Hirata * pt.c: Fix comment typos. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 78ba602155a..16c4efe76a2 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);