aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/implicit_7.f90
blob: 750d2454f37165c183420524490c7718307190d5 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR 24643
! This tests a case where the compiler used to ICE in an early
! incarnation of the patch
ylocal=1
ybtable=ylocal(1:2)  ! { dg-error "Unclassifiable" }
end