]> gcc.gnu.org Git - gcc.git/commitdiff
testsuite: remove broken AArch64 test
authorTamar Christina <tamar.christina@arm.com>
Mon, 6 Feb 2023 11:42:47 +0000 (11:42 +0000)
committerTamar Christina <tamar.christina@arm.com>
Mon, 6 Feb 2023 11:43:10 +0000 (11:43 +0000)
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.

gcc/testsuite/gcc.target/aarch64/options_set_10.c [deleted file]

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 (file)
index 1fc8aa8..0000000
+++ /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.  */
This page took 0.06138 seconds and 5 git commands to generate.