arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / forall_16.f90
blobe341c377d748b128fa981f8aa9d9eef1cbd52651
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 ! { dg-error "Cannot convert UNKNOWN to INTEGER" "" { target "*-*-*" } .-1 }