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
/
use_1.f90
blob
46d8fa9ea294080ae1abe9aeea8dfea365e4a521
1
! { dg-do compile }
2
! { dg-options "-ffixed-form" }
3
module
foo
4
end module
foo
5
6
subroutine
bar1
7
usefoo
8
end