http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57623
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, right, it isn't the combiner in your case, but register allocator, yes, that can happen. The patch I've attached should fix that too.