aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/return_1.f90
blob: a8067b03c08c5317f4d6eb2a5f0ec8a313930f62 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! { dg-options "-std=legacy" }
!
! Test cases where no blank is required after RETURN
subroutine sub(*)
return(1)
return1 ! { dg-error "" }
end subroutine