https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113952
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:935b7fbd03373c91bae065c6fe862a9fc7d1a901 commit r15-4385-g935b7fbd03373c91bae065c6fe862a9fc7d1a901 Author: Eric Botcazou <ebotca...@adacore.com> Date: Wed Oct 16 13:59:50 2024 +0200 Fix bootstrap on 32-bit SPARC/Solaris The 'U' constraint cannot be used with LRA. gcc/ PR target/113952 PR target/117168 * config/sparc/constraints.md ('U'): Delete. * config/sparc/sparc.md (*movdi_insn_sp32): Remove U alternatives. (*movdf_insn_sp32): Likewise. (*mov<VM64:mode>_insn_sp32): Likewise. * doc/md.texi (SPARC constraints): Remove entry for 'U'.