ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect flag.
authorJan Hubicka <jh@suse.cz>
Sat, 1 Dec 2007 21:06:31 +0000 (22:06 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 1 Dec 2007 21:06:31 +0000 (21:06 +0000)
* ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect
flag.

From-SVN: r130560

gcc/ChangeLog
gcc/ggc-common.c

index 015ec36..01d6da8 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-30  Jan Hubicka  <jh@suse.cz>
+
+       * ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect
+       flag.
+
 2007-11-30  Seongbae Park <seongbae.park@gmail.com>
 
        PR rtl-optimization/34171
index ac7c842..974f2f9 100644 (file)
@@ -1018,5 +1018,6 @@ dump_ggc_loc_statistics (bool final ATTRIBUTE_UNUSED)
   fprintf (stderr, "%-48s %10s       %10s       %10s       %10s       %10s\n",
           "source location", "Garbage", "Freed", "Leak", "Overhead", "Times");
   fprintf (stderr, "-------------------------------------------------------\n");
+  ggc_force_collect = false;
 #endif
 }