https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81874
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2017-08-17 CC| |clm at codesourcery dot com, | |marxin at gcc dot gnu.org, | |mfortune at gmail dot com Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Confirmed, on trunk it hides with r239421 (and -fcode-hoisting). The problematic do_SUBST is: (gdb) p debug_rtx(*into) (reg:SI 202) $1 = void (gdb) p debug_rtx(newval) (const_int 2147418112 [0x7fff0000]) Adding port maintainers to CC.