https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117050
--- Comment #5 from GCC 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:aa4c55b13049cbd282cc0e043cc3e45423fdd6de commit r15-4248-gaa4c55b13049cbd282cc0e043cc3e45423fdd6de Author: Richard Biener <rguent...@suse.de> Date: Thu Oct 10 11:02:47 2024 +0200 tree-optimization/117050 - fix ICE with non-grouped .MASK_LOAD SLP The following temporarily reverts the support of permuted .MASK_LOAD for the case of non-grouped accesses. PR tree-optimization/117050 * tree-vect-slp.cc (vect_build_slp_tree_2): Do not support permutes of non-grouped .MASK_LOAD. * gcc.dg/vect/pr117050.c: New testcase.