PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77414.f90
blob222c1a315422fd55e21ae604e49cc85be956a46f
1 ! { dg-do compile }
2 ! PR fortran/77414
3 subroutine a(x) ! { dg-error "(1)" }
4 character(*) :: x
5 contains
6 subroutine a(x) ! { dg-error " is already defined at" }
7 character(*) :: x
8 end subroutine a
9 end subroutine a