2 ! { dg-options "-fdump-tree-original" }
3 ! PR 52243 - avoid check for reallocation when doing simple
4 ! assignments with the same variable on both sides.
7 elemental
function ele(a
)
14 real, dimension(:), allocatable
:: a
20 ! { dg-final { scan-tree-dump-times "alloc" 0 "original" } }