This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152862 - in /branches/graphite/gcc: ChangeLog....
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 15 Oct 2009 18:22:40 -0000
- Subject: r152862 - in /branches/graphite/gcc: ChangeLog....
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