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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [contained_5.f90] - Blame information for rev 307

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

Line No. Rev Author Line
1 303 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.