[Bug bootstrap/103688] [11 regression] build error after r11-9380
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 14 12:49:58 GMT 2021
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 <joelh@gcc.gnu.org>:
https://gcc.gnu.org/g:9a5b3c50e26c24814ede693600fb24e4c7b6c60c
commit r11-9382-g9a5b3c50e26c24814ede693600fb24e4c7b6c60c
Author: Joel Hutton <joel.hutton@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.
More information about the Gcc-bugs
mailing list