Re: [PATCH] sparc: drop -mlra

2024-10-16 Thread Sam James
Eric Botcazou writes: >> Let's finish the transition by dropping -mlra entirely. >> >> Tested on sparc64-unknown-linux-gnu with no regressions. >> >> gcc/ChangeLog: >> PR target/113952 >> >> * config/sparc/sparc.cc (sparc_lra_p): Delete. >> (TARGET_LRA_P): Ditto. >> (sparc_

Re: [PATCH] sparc: drop -mlra

2024-10-16 Thread Eric Botcazou
> Let's finish the transition by dropping -mlra entirely. > > Tested on sparc64-unknown-linux-gnu with no regressions. > > gcc/ChangeLog: > PR target/113952 > > * config/sparc/sparc.cc (sparc_lra_p): Delete. > (TARGET_LRA_P): Ditto. > (sparc_option_override): Don't use MA

[PATCH] sparc: drop -mlra

2024-10-15 Thread Sam James
The sparc port gained LRA support in r7-5076-gf99bd883fb0d05 and has defaulted to LRA since r7-5642-g70a6dbe7e37e69. Let's finish the transition by dropping -mlra entirely. Tested on sparc64-unknown-linux-gnu with no regressions. gcc/ChangeLog: PR target/113952 * config/sparc/sp