https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW --- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > ... I expected to see the following: > > Actual argument, allocatable, lbound= 3 10 16 > Dummy argument, lbound= 3 10 16 > Actual argument, lbound= 3 10 16 > Dummy argument, lbound= 3 10 16 > > because the standard says that the bounds of the actual and the dummy argument > are the same for assumed-rank arrays. I read the standard the same way and I was expecting the same output for assumed-size too.