]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not use a data ref with indices invalid in the loop of the close_phi.
authorSebastian Pop <sebastian.pop@amd.com>
Tue, 25 Jan 2011 06:48:52 +0000 (06:48 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Tue, 25 Jan 2011 06:48:52 +0000 (06:48 +0000)
commit7c48ea6910b815e35b5f927d993564476ddaee85
tree45762997365834e0a76445cabd4f640ee70b81b1
parent38013f25bc66d8595de8359dd30a0a0e3e0713af
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.

From-SVN: r169220
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]