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
* arm.c (FL_WBUF): Define.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
module_common.f90
blob
f727881d75b131b50a65867091c97d7ae3624a32
1
! We were incorrectly trying to create a variable for the common block itself,
2
! in addition to the variables it contains.
3
module
FOO
4
implicit none
5
integer
I
6
common
/
C
/
I
7
contains
8
subroutine
BAR
9
end subroutine
BAR
10
end module
FOO