On Thu, Mar 10, 2022 at 05:01:35PM +0100, Marcel Vollweiler wrote: > --- a/gcc/omp-low.cc > +++ b/gcc/omp-low.cc > @@ -3962,6 +3962,7 @@ omp_runtime_api_call (const_tree fndecl) > "target_is_present", > "target_memcpy", > "target_memcpy_rect", > + "get_mapped_ptr", > NULL, > /* Now omp_* calls that are available as omp_* and omp_*_; however, the > DECL_NAME is always omp_* without tailing underscore. */
The entries in each NULL separated subsection are supposed to be sorted alphabetically. Other than that LGTM, but stage1 is still far... Jakub