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]

[PATCH] Fix PR58775


Hi,

The patch fixes PR58775.

Bootstrap and no make check regression on X86-64?

Is it OK?

Thanks!
-Zhenqiang

ChangeLog:
2013-10-18  Zhenqiang Chen  <zhenqiang.chen@linaro.org>

        PR tree-optimization/58775
        * tree-ssa-reassoc.c (next_stmt_of): New function.
        (not_dominated_by): Check next_stmt_of for new statement.
        (rewrite_expr_tree): Call ensure_ops_are_available.

testsuite/ChangeLog:
2013-10-18  Zhenqiang Chen  <zhenqiang.chen@linaro.org>

        * gcc.dg/tree-ssa/pr58775.c: New test case.

Attachment: pr58775.patch
Description: Binary data


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