Re: [PATCH PR70935, Regression 6,7]

2016-05-06 Thread Richard Biener
On Thu, May 5, 2016 at 5:19 PM, Yuri Rumyantsev wrote: > Hi All, > > Here is a simple patch which cures the problem with nonlegal > transformation of endless loop. THe fix is simply check that guard > edge destination is not loop latch block. > > Bootstrapping and regression testing did not show a

[PATCH PR70935, Regression 6,7]

2016-05-05 Thread Yuri Rumyantsev
Hi All, Here is a simple patch which cures the problem with nonlegal transformation of endless loop. THe fix is simply check that guard edge destination is not loop latch block. Bootstrapping and regression testing did not show any new failures. Is it OK for trunk? ChangeLog: 2016-05-05 Yuri Ru