2006-10-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / semicolon_fixed.f
blob2c667ae0cb9764e75d1df773a622f2ebd19c9fb5
1 ! { dg-do compile }
2 ! PR 19259 Semicolon cannot start a line
3 x=1; y=1;
4 x=2;;
5 x=3;
6 ; ! { dg-error "Semicolon at" }
7 ;; ! { dg-error "Semicolon at" }
8 900 ; ! { dg-error "Semicolon at" }
9 end