[gcc r13-6696] OpenMP: Add omp_in_explicit_task to omp_runtime_api_call

Tobias Burnus burnus@gcc.gnu.org
Wed Mar 15 14:32:50 GMT 2023


https://gcc.gnu.org/g:cd394c542b73cab89228f4aad7afe757e58ef126

commit r13-6696-gcd394c542b73cab89228f4aad7afe757e58ef126
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Mar 15 15:31:52 2023 +0100

    OpenMP: Add omp_in_explicit_task to omp_runtime_api_call
    
    gcc/
            * omp-low.cc (omp_runtime_api_call): Add omp_in_explicit_task.

Diff:
---
 gcc/omp-low.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/omp-low.cc b/gcc/omp-low.cc
index 9757592c635..1818132830f 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",


More information about the Gcc-cvs mailing list