https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110544
--- Comment #4 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:2ab065c3e6950bc4995fcb16cebc5164d6213708 commit r14-2342-g2ab065c3e6950bc4995fcb16cebc5164d6213708 Author: Richard Biener <rguent...@suse.de> Date: Thu Jul 6 08:52:46 2023 +0200 Fix expectation on gcc.dg/vect/pr71264.c With the recent change to more reliably not vectorize code already using vector types we run into FAILs of gcc.dg/vect/pr71264.c The testcase was added for fixing an ICE and possible (re-)vectorization of the code isn't really supported and I suspect might even go wrong for non-bitops. The following leaves the testcase as just testing for an ICE. PR tree-optimization/110544 * gcc.dg/vect/pr71264.c: Remove scan for vectorization.