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

--- Comment #15 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Mon, Dec 08, 2025 at 06:56:44PM +0000, jvdelisle at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123025
> 
> --- Comment #14 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
> I have applied and tested the patch here. 
> 
> I see:
> 
> ERROR: gfortran.dg/g77/strlen0.f   -O0 : syntax error in target selector
> "-std=legacy" for " dg-options 37 "-fbounds-check" "-std=legacy" "

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" }

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.

Reply via email to