On Tue, Jul 12, 2016 at 02:40:28PM +0200, Bernd Schmidt wrote: > On 07/12/2016 02:15 PM, Segher Boessenkool wrote: > >How can LRA ever be made default for all targets without breaking those > >that do not want to change? > > LRA advocates would have to fix the issues with it that prevent it from > being usable on certain targets.
That would be the case if the plan was to remove reload. But the current proposal is only to change the default, and the affected targets can easily implement the hook (to say "no") if LRA won't work for them. Segher