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
gcc/fortran/
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
module_variable_2.f90
blob
f28760ebf625d30e9b96463e3c7a7707344b8fbf
1
! { dg-do compile }
2
! { dg-options "-Wall -fmodule-private" }
3
! { dg-require-visibility "" }
4
5
module
bar
6
integer
::
i
! { dg-warning "Unused PRIVATE" }
7
end module
bar