public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tamar Christina <tnfchris@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5709] testsuite: remove broken AArch64 test
Date: Mon,  6 Feb 2023 11:44:00 +0000 (GMT)	[thread overview]
Message-ID: <20230206114400.2D2B83858D38@sourceware.org> (raw)

https://gcc.gnu.org/g:c490c7c0ef34113ee8de7fd4cd4a424498541891

commit r13-5709-gc490c7c0ef34113ee8de7fd4cd4a424498541891
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Mon Feb 6 11:42:47 2023 +0000

    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.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/options_set_10.c | 11 -----------
 1 file changed, 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 1fc8aa86fd6..00000000000
--- 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.  */

                 reply	other threads:[~2023-02-06 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230206114400.2D2B83858D38@sourceware.org \
    --to=tnfchris@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).