2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.dg / ffixed-form-2.f
blob5f6980ca0acc006deb1425ed8a586b84671ea6b1
1 ! PR fortran/10843
2 ! Origin: Brad Davis <bdavis9659@comcast.net>
4 ! { dg-do compile }
5 ! { dg-options "-ffixed-form" }
6 GO TO 3
7 GOTO 3
8 3 CONTINUE
9 GOTO = 55
10 GO TO = 55
11 END