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.
This commit is contained in:
Richard Earnshaw
2026-03-05 15:08:18 +00:00
parent 468124a1aa
commit 41aba0b725
2 changed files with 2 additions and 2 deletions

View File

@@ -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" } */

View File

@@ -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" } */