https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123025
--- Comment #16 from anlauf at gcc dot gnu.org ---
(In reply to Steve Kargl from comment #15)
> Hmm, looks like I may have fat-fingered that patch.
>
> -C { dg-options "-fbounds-check" }
> +C { dg-options "-fbounds-check" "-std=legacy" }
>
> The second line should probably have only a single set of quotes, ie.,
>
> +C { dg-options "-fbounds-check -std=legacy" }
Yeah, I saw that too ;-)
> In looking through gfortran.log for failures, I do need to filter
> out 37 asan failure. I must have accidentally step over strlen0.f.
>
> > I think I can fix that one. If so shall shall I prepare the commit for you
> > and
> > Harald after testing again?
>
> I'm fine with committing, but will defer to Harald as he and you
> do the the heavy lifting of commits.
I'm also fine with committing the latest patch after correcting the above.