Re: One more path to fix PR70478

2017-04-11 Thread Christophe Lyon
On 11 April 2017 at 21:43, Vladimir Makarov wrote: > > > On 04/11/2017 03:30 AM, Christophe Lyon wrote: >> >> Hi Vladimir, >> >> On 10 April 2017 at 17:05, Vladimir Makarov wrote: >>> >>>This is the second try to fix >>> >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 >>> >>>The fi

Re: One more path to fix PR70478

2017-04-11 Thread Vladimir Makarov
On 04/11/2017 03:30 AM, Christophe Lyon wrote: Hi Vladimir, On 10 April 2017 at 17:05, Vladimir Makarov wrote: This is the second try to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 The first try patch triggered a latent bug and broke one Fortran testcase on x86-64. The

Re: One more path to fix PR70478

2017-04-11 Thread Vladimir Makarov
On 04/11/2017 11:42 AM, Vladimir Makarov wrote: Yes, Christophe. It would be helpful. I've tried to reproduce it but I don't see the difference in the generated code. Never mind. I've reproduced it. Thanks.

Re: One more path to fix PR70478

2017-04-11 Thread Ramana Radhakrishnan
On Tue, Apr 11, 2017 at 5:26 PM, Christophe Lyon wrote: > On 11 April 2017 at 17:42, Vladimir Makarov wrote: >> >> >> On 04/11/2017 03:30 AM, Christophe Lyon wrote: >>> >>> Hi Vladimir, >>> >>> On 10 April 2017 at 17:05, Vladimir Makarov wrote: This is the second try to fix >>>

Re: One more path to fix PR70478

2017-04-11 Thread Christophe Lyon
On 11 April 2017 at 17:42, Vladimir Makarov wrote: > > > On 04/11/2017 03:30 AM, Christophe Lyon wrote: >> >> Hi Vladimir, >> >> On 10 April 2017 at 17:05, Vladimir Makarov wrote: >>> >>>This is the second try to fix >>> >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 >>> >>>The fi

Re: One more path to fix PR70478

2017-04-11 Thread Vladimir Makarov
On 04/11/2017 03:30 AM, Christophe Lyon wrote: Hi Vladimir, On 10 April 2017 at 17:05, Vladimir Makarov wrote: This is the second try to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 The first try patch triggered a latent bug and broke one Fortran testcase on x86-64. The

Re: One more path to fix PR70478

2017-04-11 Thread Christophe Lyon
Hi Vladimir, On 10 April 2017 at 17:05, Vladimir Makarov wrote: > This is the second try to fix > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 > > The first try patch triggered a latent bug and broke one Fortran testcase > on x86-64. > > The patch was successfully bootstrapped on x8

One more path to fix PR70478

2017-04-10 Thread Vladimir Makarov
This is the second try to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70478 The first try patch triggered a latent bug and broke one Fortran testcase on x86-64. The patch was successfully bootstrapped on x86-64 and tested on x86-64, ppc64, and aarch64. Committed as rev. 246808