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.dg/] [private_type_13.f90] - Rev 302

Compare with Previous | Blame | View Log

! { dg-do compile }
! Test fix for F95 part of PR39800, in which the host association of the type 't1'
! generated an error.
!
! Reported to clf by Alexei Matveev <Alexei Matveev@gmail.com> and reported by
! Tobias Burnus  <burnus@gcc.gnu.org>
!
module m
  implicit none
  private

  type :: t1
    integer :: i
  end type

  type :: t2
    type(t1) :: j
  end type

  contains

    subroutine sub()
      implicit none

      type :: t3
        type(t1) :: j
      end type

    end subroutine

end module
! { dg-final { cleanup-modules "m" } }

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.