https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122776
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:941df4bc7ac83574374a3623ac11b8685c2282cb commit r16-5898-g941df4bc7ac83574374a3623ac11b8685c2282cb Author: Richard Biener <[email protected]> Date: Fri Dec 5 09:04:02 2025 +0100 Make gcc.dg/vect/vect-simd-clone-24.c more robust When -march=cascadelake is added we get 256bit vectorization by default but there's no OMP SIMD ABI for this case with inbranch. So add -mprefer-vector-width=512 to the testcase. PR tree-optimization/122776 * gcc.dg/vect/vect-simd-clone-24.c: Add -mprefer-vector-width=512.
