5 ! Procedure Pointers inside COMMON blocks.
7 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>.
10 subroutine foo() bind(C
)
14 procedure(foo
), pointer, bind(C
) :: proc
15 common /com
/ proc
,r
! { dg-error "PROCEDURE attribute conflicts with COMMON attribute" }
18 call s() ! { dg-error "PROCEDURE attribute conflicts with COMMON attribute" }