mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
@@ -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" } */
|
||||
|
||||
@@ -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" } */
|
||||
|
||||
Reference in New Issue
Block a user