summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/ffixed-form-2.f
blob: 5f6980ca0acc006deb1425ed8a586b84671ea6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
! PR fortran/10843
! Origin: Brad Davis <bdavis9659@comcast.net>
!
! { dg-do compile }
! { dg-options "-ffixed-form" }
      GO TO 3
      GOTO 3
 3    CONTINUE
      GOTO = 55
      GO TO = 55
      END