aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2023-02-06 11:42:47 +0000
committerTamar Christina <tamar.christina@arm.com>2023-02-06 11:43:10 +0000
commitc490c7c0ef34113ee8de7fd4cd4a424498541891 (patch)
treefe42639b542b258969982dfa2a2416d88eb531b3 /gcc
parent5df573f76bb9b42231e722145033c548a5fcdf9a (diff)
downloadgcc-c490c7c0ef34113ee8de7fd4cd4a424498541891.zip
gcc-c490c7c0ef34113ee8de7fd4cd4a424498541891.tar.gz
gcc-c490c7c0ef34113ee8de7fd4cd4a424498541891.tar.bz2
testsuite: remove broken AArch64 test
This test is somewhat broken, on systems with the profiling extension it fails because the +profile is required. The functionality tested here is already tested in nativecpu tests, so deleting this test. gcc/testsuite/ChangeLog: * gcc.target/aarch64/options_set_10.c: Removed.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.target/aarch64/options_set_10.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.target/aarch64/options_set_10.c b/gcc/testsuite/gcc.target/aarch64/options_set_10.c
deleted file mode 100644
index 1fc8aa8..0000000
--- a/gcc/testsuite/gcc.target/aarch64/options_set_10.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
-/* { dg-additional-options "-mcpu=native" } */
-
-int main ()
-{
- return 0;
-}
-
-/* { dg-final { scan-assembler-not {\.arch .+\+profile.*} } } */
-
- /* Check that an empty feature string is not detected during mcpu=native. */