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.
From-SVN: r265491
+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)