https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98393
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:0926259f9fc21a7f1e09f45f8aede156ef249585 commit r11-6437-g0926259f9fc21a7f1e09f45f8aede156ef249585 Author: Richard Biener <rguent...@suse.de> Date: Mon Jan 4 11:22:24 2021 +0100 tree-optimization/98393 - properly init matches when failing SLP This zeroes matches when failing SLP discovery because of the work limit. 2021-01-04 Richard Biener <rguent...@suse.de> PR tree-optimization/98393 * tree-vect-slp.c (vect_build_slp_tree): Properly zero matches when hitting the limit.