https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94531
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Torbjorn Svensson <az...@gcc.gnu.org>: https://gcc.gnu.org/g:bdf75257aad299cbad5a62dd10a45139ac3aa369 commit r15-6164-gbdf75257aad299cbad5a62dd10a45139ac3aa369 Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> Date: Sun Nov 10 12:30:02 2024 +0100 testsuite: arm: Use effective-target for its.c test [PR94531] The test case gcc.target/arm/its.c was created together with restriction of IT blocks for Cortex-M7. As the test case fails on all tunes that does not match Cortex-M7, explicitly test it for Cortex-M7. To have some additional faith that GCC does the correct thing, I also added another variant of the test for Cortex-M3 that should allow longer IT blocks. gcc/testsuite/ChangeLog: PR testsuite/94531 * gcc.target/arm/its.c: Removed. * gcc.target/arm/its-1.c: Copy of gcc.target/arm/its.c. Use effective-target arm_cpu_cortex_m7. * gcc.target/arm/its-2.c: Copy of gcc.target/arm/its.c. Use effective-target arm_cpu_cortex_m3. Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>