]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.c-c++-common/pr96390.c: XFAIL on nvptx.
authorTobias Burnus <tobias@codesourcery.com>
Fri, 18 Sep 2020 11:18:40 +0000 (04:18 -0700)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 18 Sep 2020 13:14:33 +0000 (15:14 +0200)
libgomp/

* testsuite/libgomp.c-c++-common/pr96390.c: XFAIL on nvptx.
* testsuite/libgomp.c++/pr96390.C: Likewise.

libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.c++/pr96390.C
libgomp/testsuite/libgomp.c-c++-common/pr96390.c

index 297c605529391f8b4e7d8fca439ff1e6459dcf5e..d570c5566ddb096850d578c4424452f6e8dec58c 100644 (file)
@@ -1,3 +1,8 @@
+2020-09-18  Tobias Burnus  <tobias@codesourcery.com>
+
+       * testsuite/libgomp.c-c++-common/pr96390.c: XFAIL on nvptx.
+       * testsuite/libgomp.c++/pr96390.C: Likewise.
+
 2020-09-17  Tobias Burnus  <tobias@codesourcery.com>
 
        PR middle-end/96390
index 098cb1039190c9f67349f10f9b227054e4f37384..55b41afe7eedf5b6020aa9387799a3caf96cef58 100644 (file)
@@ -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 <cstdlib>
 #include <type_traits>
index 3857bf3348d59944187f5652bab2a7bf7a9dd43c..616fa2f83aa1d92f392d604c6e984d690deb8756 100644 (file)
@@ -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" {