https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90350
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- arr(:n) is an array slice, so the upper bound is equal to size(arr(1:n)).