Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-05 Thread John Paul Adrian Glaubitz
Hi, On Mon, 2025-05-05 at 11:05 +0200, John Paul Adrian Glaubitz wrote: > On Mon, 2025-05-05 at 10:14 +0200, Richard Biener wrote: > > > I just noticed that my builds were with --disable-bootstrap. *sigh* > > > > Note I'd consider that "fine", it gives you a build that was able to > > build libgc

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-05 Thread John Paul Adrian Glaubitz
Hi, On Mon, 2025-05-05 at 10:14 +0200, Richard Biener wrote: > > I just noticed that my builds were with --disable-bootstrap. *sigh* > > Note I'd consider that "fine", it gives you a build that was able to > build libgcc and thus it will allow you to make check and debug > from there (with nice s

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-05 Thread Richard Biener
On Sun, 4 May 2025, John Paul Adrian Glaubitz wrote: > Hi, > > On Sun, 2025-05-04 at 11:18 +0200, John Paul Adrian Glaubitz wrote: > > On Fri, 2025-05-02 at 12:12 +0200, Richard Biener wrote: > > > This flips the default to LRA for targets with an -mlra option not > > > using Mask(..). > > > > >

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-04 Thread John Paul Adrian Glaubitz
Hi, On Sun, 2025-05-04 at 11:18 +0200, John Paul Adrian Glaubitz wrote: > On Fri, 2025-05-02 at 12:12 +0200, Richard Biener wrote: > > This flips the default to LRA for targets with an -mlra option not > > using Mask(..). > > > > * config/avr/avr.opt (mlra): Flip to default on. > > * conf

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-04 Thread John Paul Adrian Glaubitz
Hello Richard, On Fri, 2025-05-02 at 12:12 +0200, Richard Biener wrote: > This flips the default to LRA for targets with an -mlra option not > using Mask(..). > > * config/avr/avr.opt (mlra): Flip to default on. > * config/m68k/m68k.opt (mlra): Likewise. > * config/pa/pa.opt (ml

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-02 Thread Oleg Endo
On Sat, 2025-05-03 at 01:56 +0100, Sam James wrote: > Richard Biener writes: > > > This flips the default to LRA for targets with an -mlra option not > > using Mask(..). > > Please tag PR113934 for avr, PR113939 for m68k, PR113933 for pa, and PR55212 > for sh. Thanks Sam for keeping an eye

Re: [PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-02 Thread Sam James
Richard Biener writes: > This flips the default to LRA for targets with an -mlra option not > using Mask(..). Please tag PR113934 for avr, PR113939 for m68k, PR113933 for pa, and PR55212 for sh.

[PATCH 2/3] Flip default to LRA for targets with -mlra

2025-05-02 Thread Richard Biener
This flips the default to LRA for targets with an -mlra option not using Mask(..). * config/avr/avr.opt (mlra): Flip to default on. * config/m68k/m68k.opt (mlra): Likewise. * config/pa/pa.opt (mlra): Likewise. * config/sh/sh.opt (mlra): Likewise. --- gcc/config/avr