]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp.c-c++-common/requires-4.c: dg-xfail-run-if for USM with -foffload-memory=
authorTobias Burnus <tobias@codesourcery.com>
Thu, 20 Oct 2022 11:25:25 +0000 (13:25 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 20 Oct 2022 11:25:25 +0000 (13:25 +0200)
commit0c47ae1c9283a812f832e80e451bfa82519c21e8
tree996a3c3fc5fb80a8f54c4b6cd921b348d917d27a
parentffc6267a829068f49fd4346a0495d3f3fc51c89e
libgomp.c-c++-common/requires-4.c: dg-xfail-run-if for USM with -foffload-memory=

The USM implementation uses -foffload-memory=... which allocates variables
in a special memory. This does not support static variables. Hence, XFAIL
this test on nvptx/gcn. The requires-4a.c testcase tests the same but uses
hash memory instead.

libgomp/
* testsuite/libgomp.c-c++-common/requires-4.c: dg-xfail-run-if on
nvptx and gcn.
libgomp/testsuite/libgomp.c-c++-common/requires-4.c