Re: [gomp4] Rationalise thread-local variables in libgomp OpenACC support

2014-11-05 Thread Thomas Schwinge
Hi! On Wed, 29 Oct 2014 15:20:17 +, Julian Brown wrote: > On Tue, 28 Oct 2014 11:16:19 + > Julian Brown wrote: > > This patch rationalises TLS support by moving all thread-local > > variables into a single structure. Because this meant interfering with > > how per-thread/per-device init

Re: [gomp4] Rationalise thread-local variables in libgomp OpenACC support

2014-10-29 Thread Thomas Schwinge
Hi Julian! On Tue, 28 Oct 2014 11:16:19 +, Julian Brown wrote: > This patch rationalises TLS support by moving all thread-local > variables into a single structure. Because this meant interfering with > how per-thread/per-device initialisation was done, I took the > opportunity to tidy up a

Re: [gomp4] Rationalise thread-local variables in libgomp OpenACC support

2014-10-29 Thread Julian Brown
On Tue, 28 Oct 2014 11:16:19 + Julian Brown wrote: > Hi, > > This patch rationalises TLS support by moving all thread-local > variables into a single structure. Because this meant interfering with > how per-thread/per-device initialisation was done, I took the > opportunity to tidy up a coup

[gomp4] Rationalise thread-local variables in libgomp OpenACC support

2014-10-28 Thread Julian Brown
Hi, This patch rationalises TLS support by moving all thread-local variables into a single structure. Because this meant interfering with how per-thread/per-device initialisation was done, I took the opportunity to tidy up a couple of other bits along the way. Highlights are: - TLS support is now