]> git.ipfire.org Git - thirdparty/gcc.git/commit
openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g}et_team...
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Oct 2021 07:50:29 +0000 (09:50 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 12 Oct 2021 07:50:29 +0000 (09:50 +0200)
commit040ad3cba6ec27a3bcfc6e32ed7dca336055fcc2
tree81dac6bb92110d9f2fdfa3726cd96e8097773956
parent9597dac4abb8aad5072a1ceb90ba8074114b54f6
openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g}et_teams_thread_limit

This adds (C/C++ only) testsuite coverage for these new OpenMP 5.1 APIs.

2021-10-12  Jakub Jelinek  <jakub@redhat.com>

* testsuite/libgomp.c-c++-common/icv-3.c: New test.
* testsuite/libgomp.c-c++-common/icv-4.c: New test.

(cherry picked from commit 88f5ad524a152711b7345b6bee2e06c5af0e88bc)
libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.c-c++-common/icv-3.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c-c++-common/icv-4.c [new file with mode: 0644]