--- Comment #4 from janus at gcc dot gnu dot org 2009-04-25 08:13 ---
Fixed in r146762. Closing.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from janus at gcc dot gnu dot org 2009-04-25 08:12 ---
Subject: Bug 39688
Author: janus
Date: Sat Apr 25 08:11:48 2009
New Revision: 146762
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146762
Log:
2009-04-25 Janus Weil
PR fortran/39688
* decl
--- Comment #2 from janus at gcc dot gnu dot org 2009-04-24 19:20 ---
Mine. The fix is completely trivial:
Index: gcc/fortran/decl.c
===
--- gcc/fortran/decl.c (Revision 146676)
+++ gcc/fortran/decl.c (Arbeitskopie)
@@ -2
--- Comment #1 from janus at gcc dot gnu dot org 2009-04-24 17:59 ---
Confirmed. Here is a reduced test case, which does not have the problem with T2
discussed in comment #0, but still fails with the same error message:
MODULE MOD
TYPE T1
TYPE(T1), POINTER :: P
END TYPE
END
PRO