diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2023-03-15 15:31:52 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2023-03-15 15:31:52 +0100 |
commit | cd394c542b73cab89228f4aad7afe757e58ef126 (patch) | |
tree | a761a499140a2164416d3dd2ab2f39ca56ba7ca1 /gcc | |
parent | dc35778a4be9dc4b936b8f0943ce04fb5f5ce810 (diff) | |
download | gcc-cd394c542b73cab89228f4aad7afe757e58ef126.zip gcc-cd394c542b73cab89228f4aad7afe757e58ef126.tar.gz gcc-cd394c542b73cab89228f4aad7afe757e58ef126.tar.bz2 |
OpenMP: Add omp_in_explicit_task to omp_runtime_api_call
gcc/
* omp-low.cc (omp_runtime_api_call): Add omp_in_explicit_task.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/omp-low.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/omp-low.cc b/gcc/omp-low.cc index 9757592..1818132 100644 --- a/gcc/omp-low.cc +++ b/gcc/omp-low.cc @@ -4082,6 +4082,7 @@ omp_runtime_api_call (const_tree fndecl) "get_thread_num", "get_wtick", "get_wtime", + "in_explicit_task", "in_final", "in_parallel", "init_lock", |