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.
---
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 bf2abf38282..706b966315e 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 61855cea7ab..cc5eda4922d 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" } */
--
2.43.0