]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
OpenMP: Add omp_in_explicit_task to omp_runtime_api_call
authorTobias Burnus <tobias@codesourcery.com>
Wed, 15 Mar 2023 14:31:52 +0000 (15:31 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 15 Mar 2023 14:31:52 +0000 (15:31 +0100)
gcc/
* omp-low.cc (omp_runtime_api_call): Add omp_in_explicit_task.

gcc/omp-low.cc

index 9757592c635b25cb6562315e18b41c4b5d2d42f0..1818132830ff712316fc8abcd4df54585570f110 100644 (file)
@@ -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",