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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_91.f90
blob
672e3f61d6edc5e54b481e145d66abdf19786900
1
! { dg-do compile }
2
! PR78659 Spurious "requires DTIO" reported against namelist statement
3
program
p
4
type
t
5
integer
::
k
6
end type
7
class
(
t
),
allocatable
::
x
8
namelist
/
nml
/
x
9
end