Re: [PATCH] Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864).

2017-08-17 Thread Richard Biener
On Thu, Aug 17, 2017 at 3:43 PM, Martin Liška wrote: > Hello. > > As described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81864#c5 we > should not > introduce a new static hash_table variable in order to be sure > mem_alloc_descriptors > are initialized earlier. > > > Patch can bootstrap on p

[PATCH] Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864).

2017-08-17 Thread Martin Liška
Hello. As described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81864#c5 we should not introduce a new static hash_table variable in order to be sure mem_alloc_descriptors are initialized earlier. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be inst