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/] [execute/] [der_init_2.f90] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
! PR 15314
2
! We were looking at the type of the initialization expression, not the type
3
! of the field.
4
program der_init_2
5
  implicit none
6
  type foo
7
    integer :: a(3) = 42
8
    integer :: b = 123
9
  end type
10
 
11
  type (foo) :: v
12
 
13
  if ((v%b .ne. 123) .or. any (v%a .ne. 42)) call abort ();
14
end program
15
 

powered by: WebSVN 2.1.0

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