Re: [gomp4] Don't put acc_notify_var in thread-local struct

2014-10-28 Thread Thomas Schwinge
Hi Julian! On Tue, 28 Oct 2014 16:37:29 +, Julian Brown wrote: > This patch moves acc_notify_var out of gomp_task_icv and makes it > simply a global variable instead. > > OK for gomp4 branch? Yes, thanks! > libgomp/ > * env.c (goacc_notify_var): New. > (initialize_env): Use ab

[gomp4] Don't put acc_notify_var in thread-local struct

2014-10-28 Thread Julian Brown
Hi, This patch moves acc_notify_var out of gomp_task_icv and makes it simply a global variable instead. OK for gomp4 branch? Thanks, Julian ChangeLog libgomp/ * env.c (goacc_notify_var): New. (initialize_env): Use above instead of gomp_global_icv.acc_notify_var. * error.c