This patch enables the c-c++-common/gomp/declare-mapper-3.c test for C. This was seemingly overlooked in commit 393fd99c90e.
Tested with offloading to AMD GCN. I will apply (to og13) shortly. 2023-07-14 Julian Brown <jul...@codesourcery.com> gcc/testsuite/ * c-c++-common/gomp/declare-mapper-3.c: Enable for C. --- gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c b/gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c index 983d979d68c..e491bcd0ce6 100644 --- a/gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c +++ b/gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c @@ -1,4 +1,4 @@ -// { dg-do compile { target c++ } } +// { dg-do compile } // { dg-additional-options "-fdump-tree-gimple" } #include <stdlib.h> -- 2.25.1