https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99807
--- 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:8cf2812cfceaf464dff99651b2d911d6e12b52b7 commit r11-7889-g8cf2812cfceaf464dff99651b2d911d6e12b52b7 Author: Richard Biener <rguent...@suse.de> Date: Mon Mar 29 13:10:37 2021 +0200 tree-optimization/99807 - avoid bogus assert with permute SLP node This avoids asserting anything on the SLP_TREE_REPRESENTATIVE of an SLP permute node (which shouldn't be there). 2021-03-29 Richard Biener <rguent...@suse.de> PR tree-optimization/99807 * tree-vect-slp.c (vect_slp_analyze_node_operations_1): Move assert below VEC_PERM handling. * gfortran.dg/vect/pr99807.f90: New testcase.