3 ! PR 59502: [OOP] ICE on invalid on pointer assignment to non-pointer CLASS
5 ! Contributed by Andrew Benson <abensonca@gmail.com>
13 class(d
) :: cc
! { dg-error "must be allocatable or pointer" }
20 class(d
), intent(in
), target
:: pd
21 pc
%cc
=> pd
! { dg-error "Non-POINTER in pointer association context" }