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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
read_1.f90
blob
27f2a11245c31031f3e8c2be80d551f57495ecc2
1
! { dg-do compile }
2
!
3
! Cf. PR fortran/33232
4
program
test
5
implicit none
6
integer
::
a
7
READ
*,
a
8
READ
'(i3)'
,
a
9
end program
test