From: Richard Earnshaw Date: Mon, 10 Feb 2025 10:50:36 +0000 (+0000) Subject: arm: fix typo in dg-require-effective-target [PR118089] X-Git-Tag: basepoints/gcc-16~2098 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ed1b40268ed56c82ea75e7403ded7750d01c85a;p=thirdparty%2Fgcc.git arm: fix typo in dg-require-effective-target [PR118089] Trivial typo. gcc/testsuite: PR target/118089 * gcc.target/arm/thumb2-pop-loreg.c (dg-require-effective-target): Fix typo in directive. --- diff --git a/gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c b/gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c index 6db66b84cd9..c8397f64318 100644 --- a/gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c +++ b/gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-require-effective_target arm_thumb2_ok } */ +/* { dg-require-effective-target arm_thumb2_ok } */ /* { dg-options "-Os" } */ int __attribute__((noinline)) f (void)