diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/omp-low.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-low.cc b/gcc/omp-low.cc index c83af6c..b037938 100644 --- a/gcc/omp-low.cc +++ b/gcc/omp-low.cc @@ -4011,7 +4011,9 @@ omp_runtime_api_call (const_tree fndecl) "target_is_accessible", "target_is_present", "target_memcpy", + "target_memcpy_async", "target_memcpy_rect", + "target_memcpy_rect_async", NULL, /* Now omp_* calls that are available as omp_* and omp_*_; however, the DECL_NAME is always omp_* without tailing underscore. */ |