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:32:28 +0000 (09:32 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 12 Oct 2021 07:32:28 +0000 (09:32 +0200)
commit88f5ad524a152711b7345b6bee2e06c5af0e88bc
tree3a60bcd78209cda9dde3c522bfa9305e771b040a
parent342aedf0e5f324cc2fb026466a8cc5cc7f839183
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.
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]