r152862 - in /branches/graphite/gcc: ChangeLog....

spop@gcc.gnu.org spop@gcc.gnu.org
Thu Oct 15 18:22:00 GMT 2009


Author: spop
Date: Thu Oct 15 18:22:39 2009
New Revision: 152862

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152862
Log:
Fix scalar reduction translation for testcase based on PR41193.

2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (insert_copyin): Use gsi_insert_seq_on_edge.
	(rewrite_commutative_reductions_out_of_ssa): Call gsi_commit_edge_inserts,
	and check the SSA representation.

	* gfortran.dg/graphite/id-18.f90: New, reduced from PR41193.

Added:
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/id-18.f90
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-sese-to-poly.c



More information about the Gcc-cvs mailing list