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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [interface_8.f90] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
! { dg-do compile }
! { dg-do compile }
! One of the tests of the patch for PR30068.
! One of the tests of the patch for PR30068.
! Taken from the fortran standard.
! Taken from the fortran standard.
!
!
! Although the generic procedure is not referenced and it would
! Although the generic procedure is not referenced and it would
! normally be permissible for it to be ambiguous, the USE, ONLY
! normally be permissible for it to be ambiguous, the USE, ONLY
! statement is effectively a reference and is invalid.
! statement is effectively a reference and is invalid.
!
!
module mod1
module mod1
   interface generic
   interface generic
      subroutine foo(a)
      subroutine foo(a)
         real :: a
         real :: a
      end subroutine
      end subroutine
   end interface generic
   end interface generic
end module  mod1
end module  mod1
module mod2
module mod2
   interface generic
   interface generic
      subroutine bar(a)
      subroutine bar(a)
         real :: a
         real :: a
      end subroutine
      end subroutine
   end interface generic
   end interface generic
end module  mod2
end module  mod2
program main
program main
  use mod1, only: generic   ! { dg-warning "has ambiguous interfaces" }
  use mod1, only: generic   ! { dg-warning "has ambiguous interfaces" }
  use mod2
  use mod2
end program main
end program main
! { dg-final { cleanup-modules "mod1 mod2" } }
! { dg-final { cleanup-modules "mod1 mod2" } }
 
 

powered by: WebSVN 2.1.0

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