3 ! PR 54667: [OOP] gimplification failure with c_f_pointer
5 ! Contributed by Andrew Benson <abensonca@gmail.com>
7 use, intrinsic :: ISO_C_Binding
11 class(nc
), pointer :: self
12 call c_f_pointer(cSelf
, self
) ! { dg-error "shall not be polymorphic" }