* tree-vect-data-refs.c (vect_analyze_data_ref_accesses):
Initialize ng to silence error with release checking bootstrap.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265491
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-10-25 Richard Biener <rguenther@suse.de>
+
+ * tree-vect-data-refs.c (vect_analyze_data_ref_accesses):
+ Initialize ng to silence error with release checking bootstrap.
+
2018-10-25 Richard Biener <rguenther@suse.de>
* tree-if-conv.c: Include tree-ssa-sccvn.h.
Note this is a heuristic but one with the property that *it
is fixed up completely. */
g = grp;
- stmt_vec_info newgroup = NULL, ng;
+ stmt_vec_info newgroup = NULL, ng = grp;
while ((next = DR_GROUP_NEXT_ELEMENT (g)))
{
if (gimple_uid (STMT_VINFO_STMT (next)) >= first_duplicate)