From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id 2D2B83858D38; Mon, 6 Feb 2023 11:44:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D2B83858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675683840; bh=T+yCnDC9ujcUCGl+DYb95XqomwAIynAtzUmjxmDZTA4=; h=From:To:Subject:Date:From; b=vtFIKig3rRHckG6Bt9exn6H7MhyBoVnKcrkBZOEsiTjpTnqVokAeuKEf6ACqLzBOE 4FNDfwYWd/huzMSuyfW9Sv4+puY1aVPGFs23vRJBa86+l3MNsSR/dv8B7rUkx34MYQ 6V7XzLqKzvXRCP8IwHJqsbt4QrhEdjvB1CwX1khM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tamar Christina To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5709] testsuite: remove broken AArch64 test X-Act-Checkin: gcc X-Git-Author: Tamar Christina X-Git-Refname: refs/heads/master X-Git-Oldrev: 5df573f76bb9b42231e722145033c548a5fcdf9a X-Git-Newrev: c490c7c0ef34113ee8de7fd4cd4a424498541891 Message-Id: <20230206114400.2D2B83858D38@sourceware.org> Date: Mon, 6 Feb 2023 11:44:00 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c490c7c0ef34113ee8de7fd4cd4a424498541891 commit r13-5709-gc490c7c0ef34113ee8de7fd4cd4a424498541891 Author: Tamar Christina 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. */