https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113947
sandra at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandra at gcc dot gnu.org
--- Comment #1 from sandra at gcc dot gnu.org ---
While working on PR122243 I spotted that the pdp11 port still has an -mlra
option and it still defaults to off.
We're supposed to be deleting all reload support in GCC 16, per the GCC 15
release notes. So in theory this target either needs to be switched to default
to -mlra now, or it's going away.
The LRA support for this target has been there since 2018, but the commit
message mentions code quality issues and test failures as the reason for not
enabling it by default. Has anything changed since then?
https://gcc.gnu.org/pipermail/gcc-patches/2018-October/507788.html