[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 --- Comment #5 from Martin Liška --- Author: marxin Date: Thu Feb 25 16:57:39 2016 New Revision: 233722 URL: https://gcc.gnu.org/viewcvs?rev=233722&root=gcc&view=rev Log: Do not gather mem stats in run_exit_handles (PR PR middle-end/699

[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 --- Comment #4 from rguenther at suse dot de --- On Wed, 24 Feb 2016, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 > > --- Comment #3 from Martin Liška --- > Created attachment 37782 > --> https://gcc

[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 --- Comment #3 from Martin Liška --- Created attachment 37782 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37782&action=edit Suggested patch Well, the situation is not so easy. Ideally, I would set m_reverse_map = NULL in mem_alloc_descr

[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 --- Comment #2 from Richard Biener --- Or maybe simply making mem_alloc_description::~mem_alloc_description () empty.

[Bug middle-end/69919] pool allocator and mem-stat race at program exit

2016-02-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69919 Richard Biener changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #1 fr