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]

[PR71252][PATCH] ICE: verify_ssa failed


Hi,

In build_and_add_sum, new stmt is created and inserted (which is the
actual use stmt). Therefore stmt_to_insert has to be inserted after
this is created. This patch moves it after.

I donât know how I can reduce the Fortran test-case so adding the
test-case from bug report. Any help in reducing the test-case is
appreciated.

Regression testing on x86_64-linux-gnu and bootstrap didnât find any new issues.

Is this OK for trunk?

Thanks,
Kugan

gcc/testsuite/ChangeLog:

2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>

    * gfortran.dg/pr71252.f90: New test.

gcc/ChangeLog:

2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>

    * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert after
    build_and_add_sum creates new use stmt.

Attachment: pr71252.txt
Description: Text document


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