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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_blockdata.f
blob
c1a7a5b4e9bfc1c77d4913b72b78d0dbd6922ec5
1
! {
dg
-
do
compile
}
2
!
Tests fix
for
PR21565
-
object cannot be in namelist and block data
.
3
block data
4
common
/
foo
/
a
5
namelist
/
foo_n
/
a
! {
dg
-
error
"not allowed in BLOCK DATA"
}
6
data a
/
1.0
/
7
end