https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97013
--- Comment #4 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:a9c960a3bd621fc7a721e3c31c706ba736b384ea commit r11-3135-ga9c960a3bd621fc7a721e3c31c706ba736b384ea Author: Richard Biener <rguent...@suse.de> Date: Fri Sep 11 08:59:58 2020 +0200 tree-optimization/97013 - avoid duplicate 'vectorization is not profitable' This avoids dumping 'vectorization is not profitable' one more time if none of the opportunities in a BB is profitable. 2020-09-11 Richard Biener <rguent...@suse.de> PR tree-optimization/97013 * tree-vect-slp.c (vect_slp_analyze_bb_1): Remove duplicate dumping.