https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98685
--- Comment #2 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:2ea6f4a377e51ed4d55cd8277f8c201ad66685f6 commit r11-6706-g2ea6f4a377e51ed4d55cd8277f8c201ad66685f6 Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 15 10:08:58 2021 +0100 tree-optimization/98685 - fix placement of extern converts Avoid advancing to the next stmt when inserting at region boundary and deal with a vector def being not the only child. 2021-01-15 Richard Biener <rguent...@suse.de> PR tree-optimization/98685 * tree-vect-slp.c (vect_schedule_slp_node): Refactor handling of vector extern defs. * gcc.dg/vect/bb-slp-pr98685.c: New testcase.