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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_print_2.f
blob
c37e3591d17fb3527b9b362b7e7bebc511a0083f
1
!
Test Non standard PRINT namelist
-
PR21432 is
2
!
not accepted by
-
std
=
f95
3
!
4
!
Contributor Paul Thomas
<
pault@gcc
.
gnu
.
org
>
5
!
6
! {
dg
-
do
compile
}
7
! {
dg
-
options
"-std=f95"
}
8
!
9
real
x
10
namelist
/
mynml
/
x
11
x
=
1
12
print mynml
! {
dg
-
error
"PRINT namelist.*extension"
""
}
13
end