PR tree-optimization/86637
* tree-vectorizer.c (pass_slp_vectorize::execute): Reset
vect_location at the end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266821
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-12-05 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/86637
+ * tree-vectorizer.c (pass_slp_vectorize::execute): Reset
+ vect_location at the end.
+
2018-12-05 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/87360
loop_optimizer_finalize ();
}
+ vect_location = dump_user_location_t ();
+
return 0;
}