OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [sibling_dummy_procedure_3.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! This checks the fix for PR 26064
3
!
4
! Contributed by Sven Buijssen 
5
module ice
6
  implicit none
7
  contains
8
 
9
    subroutine foo()
10
    contains
11
 
12
      subroutine bar(baz)
13
        integer, optional :: baz
14
        if (present(baz)) then
15
        endif
16
      end subroutine bar
17
    end subroutine foo
18
end module
19
 
20
! { dg-final { cleanup-modules "ice" } }

powered by: WebSVN 2.1.0

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