OSDN Git Service

* lib/gcc-dg.exp (cleanup-modules): New proc.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / implicit_7.f90
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