https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94386
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #8 from kargl at gcc dot gnu.org ---
(In reply to Bill Seurer from comment #6)
> git g:3fb7f2fbd5f109786922deb5af8fd8dd594a7ba6, r10-7443
>
> make -k check-gcc-fortran RUNTESTFLAGS=dg.exp=gfortran.dg/pr93600_1.f90
> # of expected passes 3
>
>
> git g:7d57570b0658b8c1b8a97dafa53dfd4ab4bd3f65, r10-7444
>
> make -k check-gcc-fortran RUNTESTFLAGS=dg.exp=gfortran.dg/pr93600_1.f90
>
> # of unexpected failures 3
> FAIL: gfortran.dg/pr93600_1.f90 -O (test for errors, line 6)
> FAIL: gfortran.dg/pr93600_1.f90 -O (test for errors, line 7)
> FAIL: gfortran.dg/pr93600_1.f90 -O (test for excess errors)
>
>
> These were both clean builds run on a powerpc64 power8 LE machine.
The patch committed to fix(?) PR94246 reverted the code that fixed
PR93665 and PR93600 without removing the now failing testcases and
re-opening the now unfixed PR93665 and PR93600. %len and %kind
need to be special cased. See, Oh, I don't know maybe the removed
comments in the diff.