diff options
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 ac7c842..974f2f9 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 } |