Re: [PATCH 7/7]: Enable clobber high for tls descs on Aarch64

2017-11-17 Thread Szabolcs Nagy
On 17/11/17 08:42, Andrew Pinski wrote: > On Fri, Nov 17, 2017 at 12:21 AM, Alan Hayward wrote: >> >>> On 16 Nov 2017, at 19:32, Andrew Pinski wrote: >>> >>> On Thu, Nov 16, 2017 at 4:35 AM, Alan Hayward wrote: This final patch adds the clobber high expressions to tls_desc for aarch64.

Re: [PATCH 7/7]: Enable clobber high for tls descs on Aarch64

2017-11-17 Thread Andrew Pinski
On Fri, Nov 17, 2017 at 12:21 AM, Alan Hayward wrote: > >> On 16 Nov 2017, at 19:32, Andrew Pinski wrote: >> >> On Thu, Nov 16, 2017 at 4:35 AM, Alan Hayward wrote: >>> This final patch adds the clobber high expressions to tls_desc for aarch64. >>> It also adds three tests. >>> >>> In addition I

Re: [PATCH 7/7]: Enable clobber high for tls descs on Aarch64

2017-11-17 Thread Alan Hayward
> On 16 Nov 2017, at 19:32, Andrew Pinski wrote: > > On Thu, Nov 16, 2017 at 4:35 AM, Alan Hayward wrote: >> This final patch adds the clobber high expressions to tls_desc for aarch64. >> It also adds three tests. >> >> In addition I also tested by taking the gcc torture test suite and making

Re: [PATCH 7/7]: Enable clobber high for tls descs on Aarch64

2017-11-16 Thread Andrew Pinski
On Thu, Nov 16, 2017 at 4:35 AM, Alan Hayward wrote: > This final patch adds the clobber high expressions to tls_desc for aarch64. > It also adds three tests. > > In addition I also tested by taking the gcc torture test suite and making > all global variables __thread. Then emended the suite to co

[PATCH 7/7]: Enable clobber high for tls descs on Aarch64

2017-11-16 Thread Alan Hayward
This final patch adds the clobber high expressions to tls_desc for aarch64. It also adds three tests. In addition I also tested by taking the gcc torture test suite and making all global variables __thread. Then emended the suite to compile with -fpic, save the .s file and only for one given O lev