aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/label_2.f90
blob: 7b87f6c240b81c5f9b3d84bd2e5af5d3677f1cea (plain)
1
2
3
4
5
6
7
8
9
10
! { dg-do compile }
! PR fortran/24640.  We needed to check that whitespace follows
! a statement label in free form.
!
program pr24640

10: a=10   ! { dg-error "character in statement" }

end program