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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
fmt_read_5.f
blob
c41e149cf3eaa15f51304424d1528a6cecb3b678
1
c { dg-do compile }
2
c PR71404 [7 Regression] 416.gamess in SPEC CPU 2006 failed to build
3
SUBROUTINE
SQRINT
(
LFILE
,
IREGION
,
LENGTH
)
4
DIMENSION
IREGION
(
LENGTH
)
5
LOGICAL
DSKWRK
,
MASWRK
6
IF
(
DSKWRK
.
OR
.
MASWRK
)
READ
(
LFILE
,
END
=
200
)
IREGION
7
200
CONTINUE
8
END