Do not gather mem stats in run_exit_handles (PR
authorMartin Liska <mliska@suse.cz>
Thu, 25 Feb 2016 16:57:39 +0000 (17:57 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 25 Feb 2016 16:57:39 +0000 (16:57 +0000)
commitbd545bcf1c351c0460a3e9b6185dc1065baf002f
treeae7953ecabcf41b831608122c46292ebbe7c921d
parentbd28a34f33a84524d8c61fbf23d88d1158c579a7
Do not gather mem stats in run_exit_handles (PR

PR middle-end/69919
* alloc-pool.c (after_memory_report): New variable.
* alloc-pool.h (base_pool_allocator ::release): Do not use
the infrastructure if after_memory_report.
* toplev.c (toplev::main): Mark after memory report.

From-SVN: r233722
gcc/ChangeLog
gcc/alloc-pool.c
gcc/alloc-pool.h
gcc/toplev.c