https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84135

--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
$ cat z1.f90
> program p
>    integer :: i
>    integer, dimension(3) :: x[2,*]
>    data (x(i:i+2:i+1), i=1,2) /1,2,3/

This should be caught, there is no normal dimension
here, just a codimension.

Reply via email to