Commit dd56b4c5 by Jan Hubicka Committed by Jan Hubicka

ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect flag.


	* ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect
	flag.

From-SVN: r130560
parent 16287148
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> 2007-11-30 Seongbae Park <seongbae.park@gmail.com>
PR rtl-optimization/34171 PR rtl-optimization/34171
...@@ -1018,5 +1018,6 @@ dump_ggc_loc_statistics (bool final ATTRIBUTE_UNUSED) ...@@ -1018,5 +1018,6 @@ dump_ggc_loc_statistics (bool final ATTRIBUTE_UNUSED)
fprintf (stderr, "%-48s %10s %10s %10s %10s %10s\n", fprintf (stderr, "%-48s %10s %10s %10s %10s %10s\n",
"source location", "Garbage", "Freed", "Leak", "Overhead", "Times"); "source location", "Garbage", "Freed", "Leak", "Overhead", "Times");
fprintf (stderr, "-------------------------------------------------------\n"); fprintf (stderr, "-------------------------------------------------------\n");
ggc_force_collect = false;
#endif #endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment