Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / g77 / ffree-form-2.f
1 ! PR fortran/10843
2 ! Origin: Brad Davis <bdavis9659@comcast.net>
3 !
4 ! { dg-do compile }
5 ! { dg-options "-ffree-form" }
6       GO TO 3 
7       GOTO 3
8  3    CONTINUE
9       GOTO = 55
10       END
11