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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [defined_type_1.f90] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
!This used to ICE as we chose the wrong type for the
2
! temporary to hold type%var
3
! fortran/18157
4
program testcase_fold
5
  type :: struct
6
     real      :: var       ! its julian sec
7
  end type struct
8
  type(struct), dimension(:), pointer :: mystruct
9
  mystruct(:)%var = mystruct(:)%var
10
END Program testcase_fold

powered by: WebSVN 2.1.0

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