https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121
Sebastian Pop <spop at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spop at gcc dot gnu.org
--- Comment #25 from Sebastian Pop <spop at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #20)
> Another issue for Fortran arrays is that when using array descriptors all
> accesses will have symbolical (non-INTEGER_CST) stride. And graphite doesn't
> support parameters in CHREC_RIGHT.
Correct. PR66981 keeps track of this issue: by delinearizing array access
functions we would avoid parameters in CHREC_RIGHT.