4 ! Spurious warning on pointers as elemental subroutine actual arguments
6 ! Contributed by Harald Anlauf <anlauf@gmx.de>
11 real, pointer :: q(:) =>NULL()
12 real, pointer :: r(:) =>NULL()
14 type (t
), save :: x
, y
15 real, dimension(:), pointer, save :: a
=> NULL(), b
=> NULL()
18 elemental
subroutine add (q
, r
)
19 real, intent (inout
) :: q
20 real, intent (in
) :: r