http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53886
--- Comment #6 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-08 13:45:28 UTC --- (In reply to comment #5) > (In reply to comment #4) > > The patch below fixes this particular crash, but I'm not sure whether it is > > the right thing to do in this case. > > Looks fine to me except that the line > > >+ rtx prev,next,pat; > > requires space after comma. Ah yeah, sure. Thanks. I'll submit the patch after testing then. Maybe backport it to 4.7, too?