OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [error_recovery_1.f90] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
! PR fortran/24549 (and duplicate PR fortran/27487)
3
module gfcbug29_import
4
  interface
5
     subroutine foo (x)
6
       something :: dp ! { dg-error "Unclassifiable statement" }
7
       real (kind=dp) :: x ! { dg-error "has not been declared or is a variable, which does not reduce to a constant expression" }
8
     end subroutine foo
9
  end interface
10
end module gfcbug29_import
11
 
12
subroutine FOO
13
    X :: I ! { dg-error "Unclassifiable statement" }
14
    equivalence (I,I)
15
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.