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
testsuite: Move test pr117093.c into gcc.target/aarch64.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_5.f03
blob
41999b3e60dfa2b6d95a026fb36eb1d9a9c16d69
1
! { dg-do compile }
2
module binding_label_tests_5
3
use, intrinsic :: iso_c_binding
4
5
interface
6
subroutine sub0() bind(c, name='c_sub') ! Odd declaration but perfectly valid
7
end subroutine sub0
8
9
subroutine sub1() bind(c, name='c_sub') ! Ditto.
10
end subroutine sub1
11
end interface
12
end module binding_label_tests_5