https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103688
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Joel Hutton <jo...@gcc.gnu.org>: https://gcc.gnu.org/g:9a5b3c50e26c24814ede693600fb24e4c7b6c60c commit r11-9382-g9a5b3c50e26c24814ede693600fb24e4c7b6c60c Author: Joel Hutton <joel.hut...@arm.com> Date: Tue Dec 14 12:01:09 2021 +0000 vect-loop: fix build Previous commit broke build as it relied on directly_supported_p which is not in 11. This reworks to avoid using directly_supported_p. gcc/ChangeLog: PR bootstrap/103688 * tree-vect-loop.c (vectorizable_induction): Rework to avoid directly_supported_p.