https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87902
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|s390x-linux-gnu |s390x-linux-gnu sh*-*-*
--- Comment #17 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks to fail on sh also:
_foo:
mov r4,r0
cmp/eq #42,r0
bt .L11
mov.l r8,@-r15
mova .L15,r0
mov.l r9,@-r15
While it worked GCC 4.9.x for sh.
