https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121130
--- 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:a0d2de441ea0898e508c36567fbb77f161afa3c8 commit r16-2636-ga0d2de441ea0898e508c36567fbb77f161afa3c8 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.