--- Comment #8 from Joost dot VandeVondele at pci dot uzh dot ch
2010-09-23 13:36 ---
with the patch in place, CP2K compiles fine again. Thanks, closing as fixed.
--
Joost dot VandeVondele at pci dot uzh dot ch changed:
What|Removed |Added
---
--- Comment #7 from burnus at gcc dot gnu dot org 2010-09-23 13:23 ---
Can the PR be closed? Or is something still missing?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45745
--- Comment #6 from mikael at gcc dot gnu dot org 2010-09-23 11:11 ---
Subject: Bug 45745
Author: mikael
Date: Thu Sep 23 11:11:23 2010
New Revision: 164558
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164558
Log:
2010-09-23 Mikael Morin
PR fortran/45745
PR
--- Comment #5 from dominiq at lps dot ens dot fr 2010-09-22 21:45 ---
I cannot OK the patch in comment #4, but it fixes this PR without regression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45745
--- Comment #4 from mikael at gcc dot gnu dot org 2010-09-22 15:13 ---
I will test this:
Index: trans-array.c
===
--- trans-array.c (révision 164494)
+++ trans-array.c (copie de travail)
@@ -5290,13 +5290,17 @@
--- Comment #3 from mikael at gcc dot gnu dot org 2010-09-22 15:12 ---
Patch 4/5 in the patchset(http://gcc.gnu.org/ml/fortran/2010-09/msg00369.html)
changed this:
secss = ss;
/* Look for the SS for this function. */
while (secss != gfc_ss_terminator
&& (
--- Comment #2 from mikael at gcc dot gnu dot org 2010-09-22 13:58 ---
(In reply to comment #1)
> Mikael, I think your patch could be the culprit (Rev. 164494, PR 45648).
>
Confirmed, it's mine.
reduced a bit:
MODULE pw_types
TYPE pw_type
REAL, DIMENSION ( : ), POINTER :: cr
--- Comment #1 from burnus at gcc dot gnu dot org 2010-09-22 08:24 ---
Works Rev. 164472
Fails Rev. 164509 (ICE)
Mikael, I think your patch could be the culprit (Rev. 164494, PR 45648).
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--
Joost dot VandeVondele at pci dot uzh dot ch changed:
What|Removed |Added
Known to fail||4.6.0
Known to work||4