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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [derived_constructor_comps_4.f90] - Blame information for rev 858

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
!
3
! PR 47789: [F03] Structure constructor of type extending DT with no components
4
!
5
! Contributed by eddyg_61-bugzilla@yahoo.it
6
 
7
type:: one
8
end type
9
 
10
type, extends(one) :: two
11
  integer :: a
12
end type
13
 
14
type(two) :: wo = two(6)
15
 
16
if (wo%a /= 6) call abort()
17
 
18
end

powered by: WebSVN 2.1.0

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