2 ! this routine tests all the execution paths
3 ! through the routine known as match_old_style_init()
4 ! it does not make sense in any other context !!
5 subroutine sub1(Z
) !{ dg-error "DATA attribute conflicts" }
6 integer Z
/10/!{ dg-error "DATA"}
9 integer ,intent(in
) :: k
10 integer i
/ 10 / !{ dg-error "Initialization at " }
14 integer I
/ /!{ dg-error "Syntax error in DATA" }