view gcc/testsuite/gfortran.dg/unlimited_polymorphic_11.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

! { dg-do compile }
! { dg-options "-fdump-tree-original" }
!
! PR fortran/58652
!
! Contributed by Vladimir Fuka
!
  class(*),allocatable :: a
  class(*),allocatable :: c
  call move_alloc(a,c)
end

! { dg-final { scan-tree-dump "\\(struct __vtype__STAR \\*\\) c._vptr = \\(struct __vtype__STAR \\*\\) a._vptr;" "original" } }