https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67591
--- Comment #4 from Christophe Lyon <clyon at gcc dot gnu.org> --- Author: clyon Date: Fri Sep 15 13:12:33 2017 New Revision: 252817 URL: https://gcc.gnu.org/viewcvs?rev=252817&root=gcc&view=rev Log: [PR target/67591] ARM v8 Thumb IT blocks are deprecated 2017-09-15 Christophe Lyon <christophe.l...@linaro.org> PR target/67591 * config/arm/arm.md (*cmp_and): Add enabled_for_depr_it attribute. (*cmp_ior): Likewise. (*ior_scc_scc): Add alternative for enabled_for_depr_it attribute. (*ior_scc_scc_cmp): Likewise. (*and_scc_scc): Likewise. (*and_scc_scc_cmp): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.md