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