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
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