repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_assumed_char.f90
blob
82f423fe35370824c35875cce2755204d40a2eeb
1
! { dg-do compile }
2
! PR30481 Assumed size character is not allowed in namelist.
3
! Test case from PR, submitted by Jerry DeLisle <jvdelisle@gcc.gnu.org>
4
subroutine
foo
(
c
)
5
character
*(*)
c
6
namelist
/
abc
/
c
! { dg-error "Assumed character length" }
7
end subroutine