OSDN Git Service

ChangeLogs fixed, again.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / interface_abstract_2.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f95" }
3 abstract interface ! { dg-error "Fortran 2003: ABSTRACT INTERFACE" }
4   subroutine two()
5   end subroutine two
6 end interface ! { dg-error "Expecting END PROGRAM statement" }
7 end