repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
entry_19.f90
blob
87b52ad67c1045af630f62f4c476be44366c15bd
1
! { dg-do compile }
2
! { dg-options "-std=f2008" }
3
!
4
!
5
! Entry is obsolete in Fortran 2008
6
!
7
subroutine
foo
()
8
entry
bar
()
! { dg-warning "Fortran 2008 obsolescent feature: ENTRY" }
9
end