3 ! PR 54949: [F03] abstract procedure pointers not rejected
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
13 pointer :: abssub1
! { dg-error "PROCEDURE POINTER attribute conflicts with ABSTRACT attribute" }
17 subroutine abssub2
! { dg-error "PROCEDURE POINTER attribute conflicts with ABSTRACT attribute" }
21 abssub1
=> sub
! { dg-error "is not a variable" }