https://gcc.gnu.org/g:41aba0b725e942f65d59b719cf324a71a0fbd724

commit r16-7928-g41aba0b725e942f65d59b719cf324a71a0fbd724
Author: Richard Earnshaw <[email protected]>
Date:   Thu Mar 5 15:08:18 2026 +0000

    arm: testsuite: Fix typo on target arm_cpu_cortex_a53
    
    When testing the effective target these tests were using the wrong
    name since they omitted the trailing _ok.  This was causing some tests
    to fail to execute correclty.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/arm/aes-fuse-1.c: Add _ok to the effective_target.
            * gcc.target/arm/aes-fuse-2.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/arm/aes-fuse-1.c | 2 +-
 gcc/testsuite/gcc.target/arm/aes-fuse-2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/arm/aes-fuse-1.c 
b/gcc/testsuite/gcc.target/arm/aes-fuse-1.c
index bf2abf382821..706b966315ea 100644
--- a/gcc/testsuite/gcc.target/arm/aes-fuse-1.c
+++ b/gcc/testsuite/gcc.target/arm/aes-fuse-1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_crypto_ok } */
-/* { dg-require-effective-target arm_cpu_cortex_a53 } */
+/* { dg-require-effective-target arm_cpu_cortex_a53_ok } */
 /* { dg-add-options arm_crypto } */
 /* { dg-add-options arm_cpu_cortex_a53 } */
 /* { dg-additional-options "-O3 -dp" } */
diff --git a/gcc/testsuite/gcc.target/arm/aes-fuse-2.c 
b/gcc/testsuite/gcc.target/arm/aes-fuse-2.c
index 61855cea7abf..cc5eda4922d6 100644
--- a/gcc/testsuite/gcc.target/arm/aes-fuse-2.c
+++ b/gcc/testsuite/gcc.target/arm/aes-fuse-2.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_crypto_ok } */
-/* { dg-require-effective-target arm_cpu_cortex_a53 } */
+/* { dg-require-effective-target arm_cpu_cortex_a53_ok } */
 /* { dg-add-options arm_crypto } */
 /* { dg-add-options arm_cpu_cortex_a53 } */
 /* { dg-additional-options "-O3 -dp" } */

Reply via email to