https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126118
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=119966
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(clobber:QI (const_int 0 [0]))
Happens when creating the subreg:
(subreg:QI (reg:SI 147 t) 0)
fails.
Which most likely points to r16-718-geb2ea476db2182 causing the difference.
See PR 119966 also.