2 ! { dg-additional-options "-fdump-tree-original" }
4 ! This used to leak memory. Test case by Antony Lewis.
9 real, dimension(:), allocatable
:: Dat
, Dat2
19 class(TestType2
), pointer :: ActiveState
22 allocate(Temp
%Dat2(10000))
24 allocate(TestType2
::ActiveState
)
26 deallocate(ActiveState
)
39 ! { dg-final { scan-tree-dump-times "__builtin_free\\ \\(ptr2" 4 "original" } }