OSDN Git Service

Do not use a data ref with indices invalid in the loop of the close_phi.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2011 06:48:52 +0000 (06:48 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2011 06:48:52 +0000 (06:48 +0000)
commitfa6ed0e9c91479ca1df6edb6dfc50736b7587249
tree45762997365834e0a76445cabd4f640ee70b81b1
parent93f9c161ef57ada5bfe21221e2fc525e6a998de4
Do not use a data ref with indices invalid in the loop of the close_phi.

2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
(close_phi_written_to_memory): Call for_each_index with
dr_indices_valid_in_loop.

* gfortran.dg/graphite/id-24.f: New.
* gfortran.dg/graphite/id-25.f: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169220 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/graphite/id-24.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/graphite/id-25.f [new file with mode: 0644]