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_ptr_comp_10.f90] - Blame information for rev 551

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 40176:  Fortran 2003: Procedure pointers with array return value
4
!
5
! Contributed by Janus Weil 
6
 
7
module m
8
 
9
abstract interface
10
  function ai()
11
    real, dimension(3) :: ai
12
  end function
13
end interface
14
 
15
type t
16
  procedure(ai), pointer, nopass :: ppc
17
end type
18
 
19
procedure(ai), pointer :: pp
20
 
21
end module
22
 
23
program test
24
use m
25
type(t) :: obj
26
obj%ppc => pp
27
pp => obj%ppc
28
end
29
 
30
! { dg-final { cleanup-modules "m" } }
31
 

powered by: WebSVN 2.1.0

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