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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr71730.f90
blob
f0d48c43e6f6c2f6b31e88378365db231b9b46a8
1
! { dg-do compile }
2
subroutine
foo
3
implicit none
4
character
(
len
=
bar
) ::
a
! { dg-error "Scalar INTEGER expression" }
5
end subroutine
foo