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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_35.f90
blob
531f636d5784cfc0921b7a8a620c11ee19a6f65a
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
!
4
! PR fortran/31818 - accepts namelists with assumed-shape arrays
5
!
6
7
subroutine
test
(
cha
)
8
implicit none
9
character
(
len
=
10
) ::
cha
(:)
10
namelist
/
z
/
cha
! { dg-error "must not have assumed shape" }
11
end subroutine
test