Re: [PATCH PR63941]

2014-12-01 Thread Richard Biener
On Fri, Nov 28, 2014 at 4:30 PM, Yuri Rumyantsev wrote: > Hi All, > > Here is a simple fix for PR 63941 - wrong assertion for dominating bb > which may have true predicate. I deleted it and add setting of > non-true predicate for join bb. After this fix test-case is compiled > successfully. > > Bo

[PATCH PR63941]

2014-11-28 Thread Yuri Rumyantsev
Hi All, Here is a simple fix for PR 63941 - wrong assertion for dominating bb which may have true predicate. I deleted it and add setting of non-true predicate for join bb. After this fix test-case is compiled successfully. Bootstrap and regression testing did not show any new failures. Is it OK