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 target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
forall_16.f90
blob
017aa5afdacea14b0109e5e0f804bb48c41dfd8d
1
! { dg-do compile }
2
! PR fortran/50540
3
!
4
implicit none
5
integer
i
,
dest
(
10
)
6
forall
(
i
=
2
:
ix
)
dest
(
i
)=
i
! { dg-error "has no IMPLICIT type" }
7
end
8
9
! { dg-excess-errors "Can't convert UNKNOWN to INTEGER" }