summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/entry_19.f90
blob: b7b8bfa2f2e5e85cc841e865bc820519217e7588 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! { dg-options "-std=f2008" }
! 
!
! Entry is obsolete in Fortran 2008
!
subroutine foo()
entry bar() ! { dg-error "Fortran 2008 obsolescent feature: ENTRY" }
end