https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121130
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:5e9d3957c6fea548c9c4a8504261e669add9512a commit r15-10166-g5e9d3957c6fea548c9c4a8504261e669add9512a Author: Richard Biener <rguent...@suse.de> Date: Wed Jul 30 12:34:20 2025 +0200 tree-optimization/121130 - vectorizable_call cannot handle .MASK_CALL The following makes it correctly reject them, vectorizable_simd_clone_call is solely responsible for them. PR tree-optimization/121130 * tree-vect-stmts.cc (vectorizable_call): Bail out for .MASK_CALL. * gcc.dg/vect/vect-simd-pr121130.c: New testcase. (cherry picked from commit a0d2de441ea0898e508c36567fbb77f161afa3c8)