Hi All, 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. Committed under the obvious rule. Regtested on aarch64-none-linux-gnu and no issues. Ok for master? Thanks, Tamar gcc/testsuite/ChangeLog: * gcc.target/aarch64/options_set_10.c: Removed. --- inline copy of patch -- 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 1fc8aa86fd6ef7a7a8f502be149f07514091eccd..0000000000000000000000000000000000000000 --- 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. */ --