diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2024-02-24 10:10:36 +0000 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2024-02-24 10:10:36 +0000 |
commit | 2541c9d9105b5c0dff23cf41fc1a14d002e6f31a (patch) | |
tree | 028e97d19ce554168533c8f37d0aea2f05a4b9bd | |
parent | 4d9da4199d1cc067a43c29a40d4f4b17ac10319c (diff) | |
download | gcc-2541c9d9105b5c0dff23cf41fc1a14d002e6f31a.zip gcc-2541c9d9105b5c0dff23cf41fc1a14d002e6f31a.tar.gz gcc-2541c9d9105b5c0dff23cf41fc1a14d002e6f31a.tar.bz2 |
Restrict gcc.dg/rtl/aarch64/pr113295-1.c to aarch64
I keep forgetting that gcc.dg/rtl is the one testsuite where
tests in target-specific subdirectories aren't automatically
restricted to that target.
gcc/testsuite/
* gcc.dg/rtl/aarch64/pr113295-1.c: Restrict to aarc64*-*-*.
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/aarch64/pr113295-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/rtl/aarch64/pr113295-1.c b/gcc/testsuite/gcc.dg/rtl/aarch64/pr113295-1.c index 481fb81..bf6c5d1 100644 --- a/gcc/testsuite/gcc.dg/rtl/aarch64/pr113295-1.c +++ b/gcc/testsuite/gcc.dg/rtl/aarch64/pr113295-1.c @@ -1,5 +1,5 @@ +// { dg-do run { target aarch64*-*-* } } // { dg-options "-O2" } -// { dg-do run } struct data { double x; |