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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_19.f90
blob
a6f63e685882b7d141924ed266e597098cb3084c
1
! { dg-do compile }
2
!
3
! PR fortran/48858
4
!
5
subroutine
foo
()
bind
(
C
,
name
=
"bar"
)
6
end subroutine
foo
7
8
subroutine
foo
()
bind
(
C
,
name
=
"sub"
)
9
end subroutine
foo
10