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
2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_18.f90
blob
548d367e3d2593b897e0731fd8e7ac3540ba7609
1
! { dg-do compile }
2
!
3
! PR fortran/48858
4
!
5
subroutine
foo
()
! { dg-error "Global name 'foo' at .1. is already being used as a SUBROUTINE at .2." }
6
end subroutine
foo
7
8
subroutine
foo
()
! { dg-error "Global name 'foo' at .1. is already being used as a SUBROUTINE at .2." }
9
end subroutine
foo
10