PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / entry_19.f90
blob87b52ad67c1045af630f62f4c476be44366c15bd
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
3 !
5 ! Entry is obsolete in Fortran 2008
7 subroutine foo()
8 entry bar() ! { dg-warning "Fortran 2008 obsolescent feature: ENTRY" }
9 end