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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/45077
4
!
5
! Contributed by Dominique d'Humieres, based on a test
6
! case of Juergen Reuter.
7
!
8
 
9
module iso_red
10
  type, public :: varying_string
11
     character(LEN=1), dimension(:), allocatable :: chars
12
  end type varying_string
13
end module iso_red
14
 
15
module ifiles
16
  use iso_red, string_t => varying_string
17
contains
18
  function line_get_string_advance (line) result (string)
19
    type(string_t) :: string
20
    character :: line
21
  end function line_get_string_advance
22
end module ifiles
23
 
24
module syntax_rules
25
  use iso_red, string_t => varying_string
26
  use ifiles, only: line_get_string_advance
27
contains
28
  subroutine syntax_init_from_ifile ()
29
    type(string_t) :: string
30
       string = line_get_string_advance ("")
31
  end subroutine syntax_init_from_ifile
32
end module syntax_rules
33
end
34
 
35
! { dg-final { cleanup-modules "iso_red ifiles syntax_rules" } }

powered by: WebSVN 2.1.0

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