------- 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