libgomp/
* testsuite/libgomp.c-c++-common/pr96390.c: XFAIL on nvptx.
* testsuite/libgomp.c++/pr96390.C: Likewise.
+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
/* { 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>
-/* { 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" {