PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / finalize_21.f90
blob5a8fec3d1399c3a85bf2b908370e722d8ccbfe9e
1 ! { dg-do compile }
2 ! { dg-options "-fdump-tree-original" }
4 ! PR fortran/58436
6 ! The following was ICEing and lacking _final=0
8 class(*), allocatable :: var
9 end
11 ! { dg-final { scan-tree-dump "static struct __vtype__STAR __vtab__STAR = {._hash=0, ._size=., ._extends=0B, ._def_init=0B, ._copy=0B, ._final=0B, ._deallocate=0B};" "original" } }