https://gcc.gnu.org/g:08d8760c3d97a329f543aec19b0d465b24fd42ea
commit r17-493-g08d8760c3d97a329f543aec19b0d465b24fd42ea Author: Roger Sayle <[email protected]> Date: Wed May 13 12:23:41 2026 +0100 testsuite: Skip new test case gcc.target/arm/muldi-1.c with -mthumb The recent test to confirm PR middle-end/122871 is resolved on ARM, wasn't expecting -mthumb. This adds a requires-effective-target. Committed as obvious. 2026-05-13 Roger Sayle <[email protected]> Richard Earnshaw <[email protected]> gcc/testsuite/ChangeLog PR middle-end/122871 * gcc.target/arm/muldi-1.c: Skip test if compiled with -mthumb. Diff: --- gcc/testsuite/gcc.target/arm/muldi-1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.target/arm/muldi-1.c b/gcc/testsuite/gcc.target/arm/muldi-1.c index cc3f3b9f3259..d45e525197a9 100644 --- a/gcc/testsuite/gcc.target/arm/muldi-1.c +++ b/gcc/testsuite/gcc.target/arm/muldi-1.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O2" } */ +/* { dg-require-effective-target arm32 } */ long long ashll_fn (long long a) {
