2 ! { dg-options "-fdump-tree-original" }
5 ! Temporary created for pointer as actual argument of an elemental subroutine
7 ! Original testcase by Harald Anlauf <anlauf@gmx.de>
11 integer :: jplev
, k_lev
17 call tq_tvgh (q(k_lev
:), p(k_lev
:))
21 elemental
subroutine tq_tvgh (t
, p
)
22 real ,intent (out
) :: t
23 real ,intent (in
) :: p
25 end subroutine tq_tvgh
26 end program gfcbu84_main
27 ! { dg-final { scan-tree-dump-times "atmp" 0 "original" } }