3 ! PR 41978: [F03] ICE in gfc_conv_expr_descriptor for array PPC assignment
5 ! Contributed by Daniel Kraft <domob@gcc.gnu.org>
11 PROCEDURE(myproc
), POINTER, PASS
:: myproc
16 INTEGER FUNCTION myproc (me
)
17 CLASS(t
), INTENT(IN
) :: me
28 arr
%myproc
=> myproc
! { dg-error "must not have the POINTER attribute" }