On Fri, Dec 14, 2018 at 09:55:51PM +0100, Thomas Schwinge wrote: > Anyway, that was easy enough to fix; in r267145 committed to trunk:
> liboffloadmic/ > * runtime/offload.h (omp_target_is_present, omp_target_memcpy) > (omp_target_memcpy_rect, omp_target_associate_ptr) > (omp_target_disassociate_ptr): Adjust to libgomp changes. Thanks; indeed, I wasn't testing the OpenMP 5.0 patchset with offloading mainly because there weren't too many offloading related changes so far (most of them waiting for GCC 10). Jakub