On Thu, Aug 17, 2017 at 3:43 PM, Martin Liška <mli...@suse.cz> 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 ppc64le-redhat-linux and survives regression tests. > > Ready to be installed?
Ok. Richard. > Martin > > > gcc/ChangeLog: > > 2017-08-17 Martin Liska <mli...@suse.cz> > > PR bootstrap/81864 > * tree-loop-distribution.c (ddrs_table): Change type to pointer > type. > (get_data_dependence): Use it as pointer type. > (distribute_loop): Likewise. > --- > gcc/tree-loop-distribution.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > >