public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH]AArch64[committed] testsuite: remove broken test
@ 2023-02-06 11:39 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2023-02-06 11:39 UTC (permalink / raw)
  To: gcc-patches
  Cc: nd, Richard.Earnshaw, Marcus.Shawcroft, Kyrylo.Tkachov,
	richard.sandiford

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

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.  */




-- 

[-- Attachment #2: rb16895.patch --]
[-- Type: text/plain, Size: 622 bytes --]

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.  */




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-06 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 11:39 [PATCH]AArch64[committed] testsuite: remove broken test Tamar Christina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).