On Thu, 12 Nov 2015 11:16:21 +0000 Julian Brown wrote: > Here's a version of the patch which (hopefully) brings OpenACC on par > with OpenMP with respect to use_device/use_device_ptr variables. The > implementation is essentially the same now for OpenACC as for OpenMP > (i.e. using mapping structures): so for now, only array or pointer > variables can be used as use_device variables. The included tests have > been adjusted accordingly. Here's a rebased version of the patch, since the previous version no longer applies cleanly. Re-tested OK (libgomp tests). ChangeLog as before. (Ping.) Julian