On Mon, Sep 16, 2013 at 8:12 AM, Vladimir Makarov <vmaka...@redhat.com> wrote: > The following patch fixes > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58418 > > The patch also fixes a duplicated bug PR58419.
Shouldn't we also add a testcase from PR58419? > The patch was successfully tested and bootstrapped on x86/x86-64. > > Committed as rev. 202630. > > 2013-09-16 Vladimir Makarov <vmaka...@redhat.com> > > PR middle-end/58418 > * lra-constraints.c (undo_optional_reloads): Consider all optional > reload even if it did not get a hard reg. > > 2013-09-16 Vladimir Makarov <vmaka...@redhat.com> > > * gcc.target/i386/pr58418.c: New. > -- H.J.