5 integer foo1
, foo2
, foo3
, foo4
22 integer function foo1 ()
25 save ! { dg-warning "Blanket SAVE" }
31 integer function foo2 ()
34 save j
! { dg-warning "Duplicate SAVE" }
40 integer function foo3 ()
41 integer j
! { dg-warning "Duplicate SAVE" }
43 save j
! { dg-warning "SAVE statement" }
49 integer function foo4 ()
50 integer j
! { dg-warning "Duplicate SAVE" }