http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548
--- Comment #1 from DJ Delorie <dj at redhat dot com> 2011-02-01 01:06:43 UTC --- Created attachment 23192 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23192 Patch to avoid trying to validate interim patterns Try this one. If there are multiple reloads needed for an insn, we were validating the interim patterns, which I think is incorrect. With this patch, we allow invalid interim patterns.