summaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-01 21:06:31 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-01 21:06:31 +0000
commit5c3cc815c507bbd4db1a0b08fa3683d41c9fc784 (patch)
tree330de54654c1f9b821739f20b395968d8b736572 /gcc/ggc-common.c
parent7cf0754c45dea4bceb689cfc920904a7466cec9d (diff)
downloadgcc-5c3cc815c507bbd4db1a0b08fa3683d41c9fc784.tar.gz
* ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect
flag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r--gcc/ggc-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c
index ac7c8429fb0..974f2f95fb7 100644
--- a/gcc/ggc-common.c
+++ b/gcc/ggc-common.c
@@ -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
}