This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH PR63941]


On Fri, Nov 28, 2014 at 4:30 PM, Yuri Rumyantsev <ysrumyan@gmail.com> 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.
>
> Bootstrap and regression testing did not show any new failures.
>
> Is it OK for trunk?

Ok.

Thanks,
Richard.

> gcc/ChangeLog
> 2014-11-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
>
> PR tree-optimization/63941
> * tree-if-conv.c (add_to_predicate_list): Delete wrong assertion that
> DOM_BB has non-true predicate, conditionally set non-true predicate
> for BB.
>
> gcc/testsuite/ChangeLog
> * gcc.dg/torture/pr63941.c: New test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]