--- Comment #9 from tkoenig at gcc dot gnu dot org 2007-05-01 14:13 ---
Fixed. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from tkoenig at gcc dot gnu dot org 2007-05-01 14:11 ---
Subject: Bug 31732
Author: tkoenig
Date: Tue May 1 14:11:36 2007
New Revision: 124326
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124326
Log:
2007-05-01 Thomas Koenig <[EMAIL PROTECTED]>
PR fo
--- Comment #7 from pault at gcc dot gnu dot org 2007-04-30 12:06 ---
Thomas,
I believe this one is OK - it needs cleaning up with gfc_dep_compare_expr's, as
appropriate. It regtests OK.
Index: gcc/fortran/dependency.c
===
--- Comment #6 from tkoenig at gcc dot gnu dot org 2007-04-30 08:41 ---
This patch doesn't fix all cases.
I'll work on a new one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31732
--- Comment #5 from tkoenig at gcc dot gnu dot org 2007-04-29 21:59 ---
Created an attachment (id=13464)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13464&action=view)
Proposed patch
This fixes the test case.
Currently regtesting.
--
http://gcc.gnu.org/bugzilla/show_bug.cg
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-04-29 20:23 ---
I think I know what causes this, and I'll take this on.
An expedition into the front-end :-)
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-04-28 11:23 ---
The zeroing is done by memset, as the slightly reduced test case shows:
$ cat test2.f90
program Test
implicit none
real, dimension (2,2) :: smooth_factor
data smooth_factor /4*1.0/
smooth_factor(1,:) = 0.
--- Comment #2 from tkoenig at gcc dot gnu dot org 2007-04-28 10:46 ---
Confirmed with i686-pc-linux-gnu. This fails with 4.3.0 20070419
and works with 4.2.0 20070415.
Roger, I'm adding you to the CC list because you have been working
on this part of the compiler.
Could somebody who h