PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / forall_16.f90
blob017aa5afdacea14b0109e5e0f804bb48c41dfd8d
1 ! { dg-do compile }
2 ! PR fortran/50540
4 implicit none
5 integer i,dest(10)
6 forall (i=2:ix) dest(i)=i ! { dg-error "has no IMPLICIT type" }
7 end
9 ! { dg-excess-errors "Can't convert UNKNOWN to INTEGER" }