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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [nesting_1.f90] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
! PR 18525
2
! we used to incorrectly refer to n from a when resolving the call to
3
! c from b
4
! { dg-do run }
5
subroutine a(n)
6
call b(n+1)
7
contains
8
  subroutine b(n)
9
    call c(n)
10
  end subroutine b
11
 
12
  subroutine c(m)
13
    if (m/=1) call abort
14
  end subroutine c
15
end subroutine a
16
 
17
call a(0)
18
end

powered by: WebSVN 2.1.0

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