--- Comment #7 from janus at gcc dot gnu dot org 2010-07-03 12:10 ---
(In reply to comment #6)
> What is the status of this ?
Fixed. I guess we can close it.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from mikael at gcc dot gnu dot org 2010-07-03 11:05 ---
What is the status of this ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44207
--- Comment #5 from janus at gcc dot gnu dot org 2010-06-11 01:42 ---
Subject: Bug 44207
Author: janus
Date: Fri Jun 11 01:42:38 2010
New Revision: 160589
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160589
Log:
2010-06-10 Janus Weil
PR fortran/44207
* reso
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org
|dot org
--- Comment #4 from janus at gcc dot gnu dot org 2010-06-09 21:17 ---
Here's a quick shot at fixing the ICE:
Index: gcc/fortran/resolve.c
===
--- gcc/fortran/resolve.c (revision 160503)
+++ gcc/fortran/resolve.c
--- Comment #3 from janus at gcc dot gnu dot org 2010-05-20 18:45 ---
Note: The ICE happens with 4.5 and trunk. With 4.4 one gets
allocate(this%list(dim),source=[(i,i=1,dim)])
1
Error: Syntax error in ALLOCATE statement at (1)
since support for the SOURCE
--- Comment #2 from dfranke at gcc dot gnu dot org 2010-05-20 09:36 ---
Confirmed. The problem occurs with allocatable components only, allocatable
variables are fine.
#0 0x0813d1cd in conformable_arrays (e1=0x8bff710, e2=0x8bc9a30) at
/home/daniel/svn/gcc-svn/gcc/fortran/resolve.c:607