https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103298
--- Comment #9 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:9e1063ca1c854b13950597fd4a14aff4f15ed822 commit r15-6416-g9e1063ca1c854b13950597fd4a14aff4f15ed822 Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> Date: Sun Nov 10 10:46:39 2024 +0100 testsuite: arm: Check for short circuit instructions [PR103298] Instead of checking that a certain transformation is not used by counting the number of return instructions and the number of BEQ instructions, check that none of CMP, MOV, ORR and AND instructions are suffixed with EQ or NE. Also removed size check as it's very unstable (depends on optimization in use). gcc/testsuite/ChangeLog: PR testsuite/103298 * gcc.target/arm/pr43920-2.c: Change to assembler pattern "(cmp|mov|orr|and)(eq|ne)" for the check. Remove size check. Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>