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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
warn_unused_var.f90
blob
1858e68524022099e63dbef4c1b47343efe9f57e
1
! { dg-do compile }
2
! { dg-options "-Wunused-variable" }
3
!
4
! PR fortran/37420
5
!
6
integer
::
i
! { dg-warning "Unused variable" }
7
end