2024-11-03 Paul Thomas <pault@gcc.gnu.org>
gcc/testsuite/
PR fortran/115700
* gfortran.dg/associate_69.f90: Remove the test that produces a
variable string length because the optimized count depends on
the platform. This is tested in associate_70.f90.
associate (tmp5 => x(1:)(1:))
if (len (tmp5) /= len (x)) stop 5
end associate
-
- associate (temp6 => x(:)(1:i/2))
- if (len (temp6) /= i/2) stop 6
- end associate
end
! { dg-final { scan-tree-dump-not " \\.tmp" "optimized" } }
-! { dg-final { scan-tree-dump-times " \\.temp6" 7 "optimized" } }