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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [actual_array_interface_2.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
program gprogram
3
   implicit none
4
   real, dimension(-2:0) :: my_arr
5
   call fill_array(my_arr)
6
   contains
7
      subroutine  fill_array(arr)
8
         implicit none
9
         real, dimension(-2:0), intent(out) :: arr
10
         arr = 42
11
      end subroutine fill_array
12
end program gprogram
13
 

powered by: WebSVN 2.1.0

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