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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
inquire_12.f90
blob
4595fb568af650541508f320d57106756fda3752
1
! { dg-do compile }
2
! PR34722 ICE: left-over "@iostat" variable polutes namespace
3
program
gamsanal
4
implicit none
5
character
::
tmp
6
integer
iodict
7
logical
dicexist
8
inquire
(
unit
=
iodict
,
exist
=
dicexist
)
9
end
10
11
subroutine
inventnames
()
12
implicit none
13
end subroutine