aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr50392.f
blob: 2cb883e41a32c8aa2350c358b6da562013c44ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
! { dg-do compile }
! 
      function kf()
      integer kf
      assign 1 to kf ! { dg-warning "Deleted feature: ASSIGN statement at" }
      kf = 2
      goto kf ! { dg-warning "Deleted feature: Assigned GOTO statement at" }
      kf = 1
 1    continue
      kf = 0
      end