aarch64: Add missing ACLE macro for NEON-SVE Bridge
[official-gcc.git] / gcc / testsuite / gfortran.dg / implicit_7.f90
blob750d2454f37165c183420524490c7718307190d5
1 ! { dg-do compile }
2 ! PR 24643
3 ! This tests a case where the compiler used to ICE in an early
4 ! incarnation of the patch
5 ylocal=1
6 ybtable=ylocal(1:2) ! { dg-error "Unclassifiable" }
7 end