aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-02-14 09:34:24 -0800
committerAndrew Pinski <quic_apinski@quicinc.com>2024-02-14 10:03:30 -0800
commit2b5e0c11a40865b33bc4424b3c344176eaecf104 (patch)
treef1c123c628ad83ee458f3ad9bdcad9da64fdb984
parent8d51bfe0f97a27c749c36003867901338833340a (diff)
downloadgcc-2b5e0c11a40865b33bc4424b3c344176eaecf104.zip
gcc-2b5e0c11a40865b33bc4424b3c344176eaecf104.tar.gz
gcc-2b5e0c11a40865b33bc4424b3c344176eaecf104.tar.bz2
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 <quic_apinski@quicinc.com>
-rw-r--r--gcc/testsuite/c-c++-common/gomp/pr63328.c2
-rw-r--r--gcc/testsuite/gcc.dg/gomp/pr87895-2.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/gcc/testsuite/c-c++-common/gomp/pr63328.c b/gcc/testsuite/c-c++-common/gomp/pr63328.c
index 54eface..3958abe 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 26827ac..3d27715 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*-*-* } } } */