mirror of git://gcc.gnu.org/git/gcc.git
Add missing file from previous commit r203586:
2013-10-15 Tobias Burnus <burnus@net-b.de>
PR fortran/58652
* gfortran.dg/unlimited_polymorphic_11.f90: New.
From-SVN: r203587
This commit is contained in:
parent
910ddd1808
commit
a728953555
|
|
@ -0,0 +1,14 @@
|
|||
! { 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" } }
|
||||
! { dg-final { cleanup-tree-dump "original" } }
|
||||
Loading…
Reference in New Issue