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/] [namelist_30.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/32710 - ICE: namelist and subroutine with the same name
4
!
5
! Contributed by Janus Weil 
6
!
7
 
8
program x
9
contains
10
  subroutine readInput
11
    integer:: a
12
    NAMELIST /foo/ a
13
    read(5,nml=foo)
14
  end subroutine readInput
15
 
16
  subroutine foo()
17
  end subroutine
18
 
19
end program

powered by: WebSVN 2.1.0

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