[to-be-committed][v3][RISC-V] Handle bit manipulation of SImode values
[official-gcc.git] / gcc / testsuite / gfortran.dg / unlimited_polymorphic_11.f90
blob653992f40eb03419f95b0923a054ad45f6094fa4
1 ! { dg-do compile }
2 ! { dg-options "-fdump-tree-original" }
4 ! PR fortran/58652
6 ! Contributed by Vladimir Fuka
8 class(*),allocatable :: a
9 class(*),allocatable :: c
10 call move_alloc(a,c)
11 end
13 ! { dg-final { scan-tree-dump "c._vptr = a._vptr;" "original" } }