From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1314) id ADA99385C32C; Wed, 14 Feb 2024 18:04:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA99385C32C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707933884; bh=Bw5KBcOXVPrdpPEIfGguCwgsqV3hmMde4PS2jr14b6g=; h=From:To:Subject:Date:From; b=OGJKSX7q3aqL0yqh8rESVI6w4zJkVoM+2qUJEORdYsGSxDlMnaPKXtgV5IY/42RKo 2i8tN4fqO4eLKYlOdd8TdEAkp+YWpCQaLNyIjNZzk4neKiax9u/EaglkJldEDXFaTZ W49hE0r/i47k/zBe2AywAW0jdjYCt3AzHabggojw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Andrew Pinski To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-8986] aarch64/testsuite: Remove dg-excess-errors from c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895- X-Act-Checkin: gcc X-Git-Author: Andrew Pinski X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 8d51bfe0f97a27c749c36003867901338833340a X-Git-Newrev: 2b5e0c11a40865b33bc4424b3c344176eaecf104 Message-Id: <20240214180444.ADA99385C32C@sourceware.org> Date: Wed, 14 Feb 2024 18:04:44 +0000 (GMT) List-Id: https://gcc.gnu.org/g:2b5e0c11a40865b33bc4424b3c344176eaecf104 commit r14-8986-g2b5e0c11a40865b33bc4424b3c344176eaecf104 Author: Andrew Pinski Date: Wed Feb 14 09:34:24 2024 -0800 aarch64/testsuite: Remove dg-excess-errors from c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c [PR113861] These now pass after r14-6416-gf5fc001a84a7db so let's remove the dg-excess-errors from them. Committed as obvious after a test for aarch64-linux-gnu. gcc/testsuite/ChangeLog: PR testsuite/113861 * c-c++-common/gomp/pr63328.c: Remove dg-excess-errors. * gcc.dg/gomp/pr87895-2.c: Likewise. Signed-off-by: Andrew Pinski Diff: --- gcc/testsuite/c-c++-common/gomp/pr63328.c | 2 -- gcc/testsuite/gcc.dg/gomp/pr87895-2.c | 1 - 2 files changed, 3 deletions(-) diff --git a/gcc/testsuite/c-c++-common/gomp/pr63328.c b/gcc/testsuite/c-c++-common/gomp/pr63328.c index 54efacea49a8..3958abe166bd 100644 --- a/gcc/testsuite/c-c++-common/gomp/pr63328.c +++ b/gcc/testsuite/c-c++-common/gomp/pr63328.c @@ -3,5 +3,3 @@ /* { dg-options "-O2 -fopenmp-simd -fno-strict-aliasing -fcompare-debug" } */ #include "pr60823-3.c" -/* { dg-excess-errors "partial simd clone support" { target { aarch64*-*-* } } } */ - diff --git a/gcc/testsuite/gcc.dg/gomp/pr87895-2.c b/gcc/testsuite/gcc.dg/gomp/pr87895-2.c index 26827ac82643..3d27715428ea 100644 --- a/gcc/testsuite/gcc.dg/gomp/pr87895-2.c +++ b/gcc/testsuite/gcc.dg/gomp/pr87895-2.c @@ -3,4 +3,3 @@ /* { dg-additional-options "-O1" } */ #include "pr87895-1.c" -/* { dg-excess-errors "partial simd clone support" { target { aarch64*-*-* } } } */