blob: e341c377d748b128fa981f8aa9d9eef1cbd52651 [file] [log] [blame]
! { dg-do compile }
! PR fortran/50540
!
implicit none
integer i,dest(10)
forall (i=2:ix) dest(i)=i ! { dg-error "has no IMPLICIT type" }
end ! { dg-error "Cannot convert UNKNOWN to INTEGER" "" { target "*-*-*" } .-1 }