https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497
Oleg Endo <olegendo at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olegendo at gcc dot gnu.org --- Comment #5 from Oleg Endo <olegendo at gcc dot gnu.org> --- (In reply to Valeriy E. Ushakov from comment #4) > GEN_INT (-4294967296L)))); > GEN_INT (4294967295L)), I think those should be -4294967296LL and 4294967295LL. Do you have that build setup at hand to try this out? BTW, those two patterns do not exist anymore in trunk, as SH5 stuff has been removed.