This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152946 - in /branches/graphite/gcc: ChangeLog....
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 17 Oct 2009 12:54:02 -0000
- Subject: r152946 - in /branches/graphite/gcc: ChangeLog....
Author: spop
Date: Sat Oct 17 12:54:01 2009
New Revision: 152946
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152946
Log:
Reduction BBs can have multiple reduction writes to memory.
2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
* graphite-dependences.c (reduction_dr_1): Remove wrong
assert: reduction BBs can have multiple reduction writes
to memory. interchange-3.f90 is an example.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-dependences.c