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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [intent_out_4.f90] - Blame information for rev 377

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/34689
4
!
5
! The following (cf. libgomp.fortran/appendix-a/a.33.3.f90)
6
! was rejected because the intent check missed a FL_FUNCTION
7
! for the result variable.
8
!
9
function test()
10
  implicit none
11
  integer :: test
12
  interface
13
    subroutine foo(a)
14
      integer, intent(inout) :: a
15
    end subroutine foo
16
  end interface
17
  call foo(test)
18
end function test

powered by: WebSVN 2.1.0

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