5 function f1() ! { dg-error "PROCEDURE attribute conflicts with SAVE attribute" }
11 function f2() ! { dg-error "PROCEDURE attribute conflicts with SAVE attribute" }
20 dimension f3(3) ! { dg-error "SUBROUTINE attribute conflicts with DIMENSION attribute" }
26 entry b
! { dg-error "DUMMY attribute conflicts with ENTRY attribute" }
32 entry a
! { dg-error "DUMMY attribute conflicts with ENTRY attribute" }
39 intrinsic cos
! { dg-error "DUMMY attribute conflicts with INTRINSIC attribute" }
50 dimension test(3) ! { dg-error "PROGRAM attribute conflicts with DIMENSION attribute" }