2 ! { dg-options "-fdump-tree-original" }
4 ! PR 80121: Memory leak with derived-type intent(out) argument
6 ! Contributed by Andrew Wood <andrew@fluidgravity.co.uk>
11 INTEGER, ALLOCATABLE
:: i(:)
16 TYPE(t1
), ALLOCATABLE
, INTENT(OUT
) :: e(:)
21 TYPE(t1
), ALLOCATABLE
:: e(:)
27 ! { dg-final { scan-tree-dump-times "__builtin_free" 6 "original" } }