libgomp/
* target.c (gomp_load_image_to_device): Allow the accelerator to
possess more offloaded functions than the host.
(cherry picked from openacc-gcc-9-branch commit
1d39156f663fa9913446dadfa5c4bb77a92aa494)
+2019-07-10 Cesar Philippidis <cesar@codesourcery.com>
+
+ * target.c (gomp_load_image_to_device): Allow the accelerator to
+ possess more offloaded functions than the host.
+
2019-07-10 Julian Brown <julian@codesourcery.com>
* oacc-parallel.c (GOACC_enter_exit_data): Fix optional arguments for
= devicep->load_image_func (devicep->target_id, version,
target_data, &target_table);
- if (num_target_entries != num_funcs + num_vars)
+ if (num_target_entries < num_funcs + num_vars)
{
gomp_mutex_unlock (&devicep->lock);
if (is_register_lock)