diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-01 21:06:31 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-01 21:06:31 +0000 |
commit | 5c3cc815c507bbd4db1a0b08fa3683d41c9fc784 (patch) | |
tree | 330de54654c1f9b821739f20b395968d8b736572 /gcc/ggc-common.c | |
parent | 7cf0754c45dea4bceb689cfc920904a7466cec9d (diff) | |
download | gcc-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.c | 1 |
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 } |