https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81864
--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Thu Aug 17 19:56:46 2017 New Revision: 251165 URL: https://gcc.gnu.org/viewcvs?rev=251165&root=gcc&view=rev Log: Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864). 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. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-loop-distribution.c