From: Tobias Burnus Date: Fri, 18 Sep 2020 11:18:40 +0000 (-0700) Subject: libgomp.c-c++-common/pr96390.c: XFAIL on nvptx. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e8af933d6f47fb0802e5887cd49443bd2bc7640;p=thirdparty%2Fgcc.git libgomp.c-c++-common/pr96390.c: XFAIL on nvptx. libgomp/ * testsuite/libgomp.c-c++-common/pr96390.c: XFAIL on nvptx. * testsuite/libgomp.c++/pr96390.C: Likewise. --- diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 297c60552939..d570c5566ddb 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,8 @@ +2020-09-18 Tobias Burnus + + * testsuite/libgomp.c-c++-common/pr96390.c: XFAIL on nvptx. + * testsuite/libgomp.c++/pr96390.C: Likewise. + 2020-09-17 Tobias Burnus PR middle-end/96390 diff --git a/libgomp/testsuite/libgomp.c++/pr96390.C b/libgomp/testsuite/libgomp.c++/pr96390.C index 098cb1039190..55b41afe7eed 100644 --- a/libgomp/testsuite/libgomp.c++/pr96390.C +++ b/libgomp/testsuite/libgomp.c++/pr96390.C @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-additional-options "-O0 -fdump-tree-omplower" } */ +/* { dg-xfail-if "PR 97106/PR 97102 - .alias not (yet) supported for nvptx" { offload_target_nvptx } } */ #include #include diff --git a/libgomp/testsuite/libgomp.c-c++-common/pr96390.c b/libgomp/testsuite/libgomp.c-c++-common/pr96390.c index 3857bf3348d5..616fa2f83aa1 100644 --- a/libgomp/testsuite/libgomp.c-c++-common/pr96390.c +++ b/libgomp/testsuite/libgomp.c-c++-common/pr96390.c @@ -1,5 +1,6 @@ -/* { dg-run } */ +/* { dg-do run } */ /* { dg-additional-options "-O0 -fdump-tree-omplower" } */ +/* { dg-xfail-if "PR 97102/PR 97106 - .alias not (yet) supported for nvptx" { offload_target_nvptx } } */ #ifdef __cplusplus extern "C" {