https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151
Oleg Endo <olegendo at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kkojima at gcc dot gnu.org
--- Comment #8 from Oleg Endo <olegendo at gcc dot gnu.org> ---
I've also tried to see if the movrt pattern on SH2A has the same problem. But
the only thing that seems to trigger it is a movt. The patch in c#7 could also
be applied to trunk, just in case. But I'm not sure if we should do so,
because on trunk the problem doesn't happen and I actually don't like the hunk
for sh_hard_regno_mode_ok, as everything in the backend treats T_REG as SImode.
Kaz, do you have any opinions?