Re: [Darwin, PPC] Fix PR71496 by marking pic base loads as non-copyable.

2016-12-09 Thread Segher Boessenkool
Hi Iain, On Fri, Dec 09, 2016 at 08:45:11AM +, Iain Sandoe wrote: > The Darwin pic base loads (and reloads for non-local-gotos) are not validly > copied (since the pic base label would be duplicated). Thus, this patch marks > them accordingly. > > OK for trunk? > OK for GCC-6 branch? Okay f

[Darwin, PPC] Fix PR71496 by marking pic base loads as non-copyable.

2016-12-09 Thread Iain Sandoe
Hi Segher, Working through my backlog of Darwin patches … this one is needed on trunk and 6.x (although it’s marked as rtl-optimization, it actually prevents bootstrap on the branch with Java enabled). Therefore, if possible, I’d like to get this in before the 6.3 freeze. The Darwin p