aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/unexpected_interface.f90
blob: 87c73c850508f403e072e3c91b4bd4122dd9813e (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! PR fortran/43592
! Original code submitted by Joost VandeVondele
! Dejagnu-ification by Steven G. Kargl
! 
 interface assignment (=)
  interface pseudo_scalar  ! { dg-error "Unexpected INTERFACE statement" }
  pure function double_tensor2odd (x, t2) result (xt2)
! { dg-error "Unexpected end of file" "" { target "*-*-*" } 0 }