https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95576
--- 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:36e95a9e539a08275a0a6ef542a7fae5baa5710f commit r11-1180-g36e95a9e539a08275a0a6ef542a7fae5baa5710f Author: Richard Biener <rguent...@suse.de> Date: Wed Jun 10 15:16:23 2020 +0200 tree-optimization/95576 - fix compare-debug issue with SLP vectorization The following avoids leading debug stmts in BB vectorizer regions. 2020-06-10 Richard Biener <rguent...@suse.de> PR tree-optimization/95576 * tree-vect-slp.c (vect_slp_bb): Skip leading debug stmts. * g++.dg/vect/pr95576.cc: New testcase.