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.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [namelist_25.f90] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! Tests patch for PR29407, in which the declaration of 'my' as
3
! a local variable was ignored, so that the procedure and namelist
4
! attributes for 'my' clashed..
5
!
6
! Contributed by Tobias Burnus  
7
!
8
program main
9
  implicit none
10
contains
11
  subroutine my
12
  end subroutine my
13
  subroutine bar
14
    integer :: my
15
    namelist /ops/ my
16
  end subroutine bar
17
end program main
18
 

powered by: WebSVN 2.1.0

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