Re: patch to fix PR87759

2018-12-18 Thread Vladimir Makarov
On 12/18/18 4:50 PM, Jakub Jelinek wrote: On Tue, Dec 18, 2018 at 04:23:12PM -0500, Vladimir Makarov wrote:   The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87759   The patch was bootstrapped and tested on x86-64. Committed as rev. 267244. The test FAILs on i686-lin

Re: patch to fix PR87759

2018-12-18 Thread Jakub Jelinek
On Tue, Dec 18, 2018 at 04:23:12PM -0500, Vladimir Makarov wrote: >   The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87759 > >   The patch was bootstrapped and tested on x86-64. > > Committed as rev. 267244. The test FAILs on i686-linux, fixed thusly, committed as ob

patch to fix PR87759

2018-12-18 Thread Vladimir Makarov
  The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87759   The patch was bootstrapped and tested on x86-64. Committed as rev. 267244. Index: ChangeLog === --- ChangeLog (revision 267243) +++ ChangeLog (workin