[Bug fortran/41807] [4.5/4.4 Regression] data statement with nested type constructors

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 14 19:30:00 GMT 2009



------- Comment #8 from kargl at gcc dot gnu dot org  2009-11-14 19:30 -------
(In reply to comment #7)
> Does anyone recognize this in resolve.c
> 
>       /* If we have more than one element left in the repeat count,
>          and we have more than one element left in the target variable,
>          then create a range assignment.  */
>       /* FIXME: Only done for full arrays for now, since array sections
>          seem tricky.  */
>

svn annotate resolve.c gives

 86443        rth       /* If we have more than one element left in the repeat
count,
 86443        rth        and we have more than one element left in the target
variable,
 86443        rth        then create a range assignment.  */
129561      kargl       /* FIXME: Only done for full arrays for now, since
array sections
 86443        rth        seem tricky.  */
 86443        rth       if (mark == AR_FULL && ref && ref->next == NULL


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41807



More information about the Gcc-bugs mailing list