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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [contained_5.f90] - Blame information for rev 695

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 695 jeremybenn
! Function returning an array continaed in a module.  Caused problems 'cos
2
! we tried to add the dummy return vars to the parent scope.
3
 
4
Module contained_5
5
contains
6
FUNCTION test ()
7
  REAL, DIMENSION (1) :: test
8
  test(1)=0.0
9
END FUNCTION
10
end module

powered by: WebSVN 2.1.0

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