Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / spec_expr_2.f90
blob5b0500d735b17d237d0c6393920b6f54b3ba7246
1 ! { dg-do compile }
2 ! PR 22273: Allow INTENT(OUT) dummy:s as arguments to LEN() in specification
3 ! expr:s
4 subroutine lecligne (ligne)
5 character(len=*), intent(out) :: ligne
6 character(len=len(ligne)) :: comment
7 end subroutine lecligne