Re: [Patch AArch64 63304] Fix issue with global state.

2015-10-21 Thread Ramana Radhakrishnan
> Yuk... but I don't have a better suggestion to hand. Yeah , it didn't feel right to bloat cfun->machine for this... > >> +++ b/gcc/testsuite/gcc.target/aarch64/pr63304-1.c > > In that directory I've been pestering folks to follow the name > convention on the wiki for new additions, so _1

Re: [Patch AArch64 63304] Fix issue with global state.

2015-10-20 Thread Marcus Shawcroft
On 16 October 2015 at 12:05, Ramana Radhakrishnan wrote: > 2015-10-15 Ramana Radhakrishnan > > PR target/63304 > * config/aarch64/aarch64.c (aarch64_nopcrelative_literal_loads): New. >

[Patch AArch64 63304] Fix issue with global state.

2015-10-16 Thread Ramana Radhakrishnan
Hi, Jiong pointed out privately that there was a thinko in the way in which the global state was being set and reset. I don't like adding such global state but Tested on aarch64-none-elf with no regressions Bootstrapped and regression tested on aarch64-none-linux-gnu Ok to apply ? regards