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/] [defined_type_2.f90] - Rev 303

Compare with Previous | Blame | View Log

!This used to ICE as we chose the wrong type for the
! temporary to hold type%x
! fortran/18157
MODULE bug 
 IMPLICIT NONE 
 TYPE :: my_type 
   REAL :: x 
 END TYPE 
 TYPE (my_type), DIMENSION(3) :: t 
 CONTAINS 
   SUBROUTINE foo 
   INTEGER, DIMENSION(8)        :: c(3) 
   t(c)%x = t(c)%x 
   RETURN 
  END SUBROUTINE foo 
END MODULE bug 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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