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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [proc_decl_8.f90] - Diff between revs 302 and 384

Only display areas with differences | Details | Blame | View Log

Rev 302 Rev 384
! { dg-do compile }
! { dg-do compile }
! PR33162 INTRINSIC functions as ACTUAL argument
! PR33162 INTRINSIC functions as ACTUAL argument
! Test case adapted from PR by Jerry DeLisle 
! Test case adapted from PR by Jerry DeLisle 
module m
module m
implicit none
implicit none
contains
contains
  subroutine sub(a)
  subroutine sub(a)
    interface
    interface
      function a(x)
      function a(x)
        real :: a, x
        real :: a, x
        intent(in) :: x
        intent(in) :: x
      end function a
      end function a
    end interface
    end interface
    print *, a(4.0)
    print *, a(4.0)
  end subroutine sub
  end subroutine sub
end module m
end module m
use m
use m
implicit none
implicit none
EXTERNAL foo  ! interface is undefined
EXTERNAL foo  ! interface is undefined
procedure(cos) :: foo ! { dg-error "Duplicate EXTERNAL attribute specified" }
procedure(cos) :: foo ! { dg-error "Duplicate EXTERNAL attribute specified" }
call sub(foo)         ! { dg-error "is not a function" }
call sub(foo)         ! { dg-error "is not a function" }
end
end
! { dg-final { cleanup-modules "m" } }
! { dg-final { cleanup-modules "m" } }
 
 

powered by: WebSVN 2.1.0

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