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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [invalid_procedure_name.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! PR25061 procedure name conflict
3
! Test case from PR.
4
INTERFACE I1 ! { dg-error "" }
5
 SUBROUTINE S1(I)
6
 END SUBROUTINE S1
7
 SUBROUTINE S2(R)
8
 END SUBROUTINE S2
9
END INTERFACE I1
10
CONTAINS
11
 SUBROUTINE I1(I) ! { dg-error "already defined as a generic" }
12
 END SUBROUTINE I1
13
END
14
 

powered by: WebSVN 2.1.0

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