Re: patch to fix PR59470

2013-12-12 Thread Jakub Jelinek
On Thu, Dec 12, 2013 at 10:59:01AM -0500, Vladimir Makarov wrote: > The following patch fixes > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59470 > > Committed as rev. 205930 for trunk and 205929 for gcc-4.8 branch. > > Jakub is doing reg testing but I am sure the results will be not > worse a

patch to fix PR59470

2013-12-12 Thread Vladimir Makarov
The following patch fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59470 Committed as rev. 205930 for trunk and 205929 for gcc-4.8 branch. Jakub is doing reg testing but I am sure the results will be not worse as the patch is quite safe IMO. 2013-12-12 Vladimir Makarov PR midd