3 ! Verify that we correctly flag invalid gotos, while not flagging valid gotos.
8 20 end do ! { dg-warning "is not in the same block" }
10 goto 20 ! { dg-warning "is not in the same block" }
11 goto 25 ! { dg-warning "is not in the same block" }
12 goto 40 ! { dg-warning "is not in the same block" }
13 goto 50 ! { dg-warning "is not in the same block" }
20 25 end if ! { dg-warning "is not in the same block" }
35 goto 60 ! { dg-warning "is not in the same block" }
39 40 continue ! { dg-warning "is not in the same block" }
40 60 continue ! { dg-warning "is not in the same block" }
41 50 end select
! { dg-warning "is not in the same block" }