https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97761
--- Comment #5 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:96f315213f337c2d5a9268f2d3e8337bbdb71bfc commit r11-4842-g96f315213f337c2d5a9268f2d3e8337bbdb71bfc Author: Richard Biener <rguent...@suse.de> Date: Mon Nov 9 14:32:41 2020 +0100 tree-optimization/97761 - fix SLP live calculation This removes a premature end of the DFS walk. 2020-11-09 Richard Biener <rguent...@suse.de> PR tree-optimization/97761 * tree-vect-slp.c (vect_bb_slp_mark_live_stmts): Remove premature end of DFS walk. * gfortran.dg/vect/pr97761.f90: New testcase.