https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124778
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Oleg Endo <[email protected]>: https://gcc.gnu.org/g:b70bb7f63b69008692f66dafa81b632e3149e39c commit r17-2142-gb70bb7f63b69008692f66dafa81b632e3149e39c Author: Oleg Endo <[email protected]> Date: Fri Jul 3 21:17:52 2026 +0900 SH: Fix PR 124778 The lower-subreg pass would bail out in decompose_multiword_subregs because of the ordering of the insn patterns. gcc/ChangeLog: PR target/124778 * config/sh/sh.md (extend<mode>si2_short_mem_disp_z): Move after '*extend<mode>si2_compact_mem_disp' patterns.
