This is the mail archive of the gcc-cvs@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]

r169574 - in /branches/google/integration/gcc: ...


Author: dnovillo
Date: Wed Feb  2 17:45:44 2011
New Revision: 169574

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169574
Log:
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.

Added:
    branches/google/integration/gcc/testsuite/gfortran.dg/graphite/id-24.f
    branches/google/integration/gcc/testsuite/gfortran.dg/graphite/id-25.f
Modified:
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/ChangeLog.graphite
    branches/google/integration/gcc/graphite-sese-to-poly.c
    branches/google/integration/gcc/testsuite/ChangeLog


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