gcc/libgomp/testsuite
Jakub Jelinek 5d05d496b2 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.
2025-04-17 12:14:15 +02:00
..
config Update copyright years. 2025-01-02 11:59:57 +01:00
lib testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output 2025-03-21 13:54:49 +01:00
libgomp.c OpenMP: Fix append_args handling in modify_call_for_omp_dispatch 2025-04-08 13:47:53 +02:00
libgomp.c++ libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-linux targets. 2025-04-17 12:14:15 +02:00
libgomp.c-c++-common For nvptx offloading, make sure to emit C++ constructor, destructor aliases [PR97106] 2025-04-16 16:03:04 +02:00
libgomp.c-target/aarch64 libgomp: Update SVE tests 2025-04-10 21:09:07 +01:00
libgomp.fortran Fortran/OpenMP: Support automatic mapping allocatable components (deep mapping) 2025-04-15 16:42:42 +02:00
libgomp.graphite Update copyright years. 2025-01-02 11:59:57 +01:00
libgomp.oacc-c libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884] 2023-05-15 12:11:17 +02:00
libgomp.oacc-c++ GCN, nvptx: Support '-mfake-exceptions', and use it for offloading compilation [PR118794] 2025-04-14 23:56:05 +02:00
libgomp.oacc-c-c++-common Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Revert 'gimple_fold_builtin_acc_on_device' change 2024-12-06 09:48:33 +01:00
libgomp.oacc-fortran nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181] 2025-01-09 14:17:11 +01:00
flock Support parallel testing in libgomp: fallback Perl 'flock' [PR66005] 2023-06-02 09:51:15 +02:00
libgomp-site-extra.exp.in libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951] 2023-09-12 11:30:37 +02:00
libgomp-test-support.exp.in libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration option 2022-06-10 17:08:57 +02:00
Makefile.am Support parallel testing in libgomp, part II [PR66005] 2023-05-15 12:11:18 +02:00
Makefile.in libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951] 2023-09-12 11:30:37 +02:00