https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83522
Harald Anlauf <anlauf at gmx dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gmx dot de
--- Comment #6 from Harald Anlauf <anlauf at gmx dot de> ---
(In reply to Tobias Burnus from comment #5)
> (In reply to Tobias Burnus from comment #3)
> Crossref:
> Patch fails for gfortran.dg/actual_array_substr_2.f90 for PR fortran/28118
> which uses:
> call bar ((a(:)(7:11)))
> and likewise for PR fortran/28174's
> gcc/testsuite/gfortran.dg/actual_array_substr_2.f90
> which I believe are invalid.
Couldn't this be an array section, as in F2018, Note 9.11:
NOTE 9.11
Examples of array elements and array sections are:
ARRAY_A(1:N:2)%ARRAY_B(I, J)%STRING(K)(:) array section
?