diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-04-17 12:14:15 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-04-17 12:14:15 +0200 |
commit | 5d05d496b2b4a3d4674b2e5a46d3a355abf4055d (patch) | |
tree | a48c2fab79fe75a5c66b8837988bbcfbb9db5ae6 /libjava/classpath/lib/javax/management | |
parent | 930b504b598864ba1774eb209a748ed76b6fc7c1 (diff) | |
download | gcc-5d05d496b2b4a3d4674b2e5a46d3a355abf4055d.zip gcc-5d05d496b2b4a3d4674b2e5a46d3a355abf4055d.tar.gz gcc-5d05d496b2b4a3d4674b2e5a46d3a355abf4055d.tar.bz2 |
libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-linux targets.
The libgomp.c/alloc-pinned*.c test have
/* { dg-skip-if "Pinning not implemented on this host" { ! *-*-linux-gnu* } } */
so they are only run on Linux targets right now. Duplicating the tests or
reworking them into headers looked like too much work for me right now this
late in stage4, so I've just #ifdefed the uses at least for now.
2025-04-17 Jakub Jelinek <jakub@redhat.com>
PR libgomp/119849
* testsuite/libgomp.c++/allocator-1.C (test_inequality, main): Guard
ompx::allocator::gnu_pinned_mem uses with #ifdef __gnu_linux__.
* testsuite/libgomp.c++/allocator-2.C (main): Likewise.
Diffstat (limited to 'libjava/classpath/lib/javax/management')
0 files changed, 0 insertions, 0 deletions