RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / semicolon_free_2.f90
blob2fae26e16075cee17b1f66b6b75229c03861cf36
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
3 ! PR 19259 Semicolon cannot start a line
4 x=1; y=1;
5 x=2;;
6 x=3;
7 ; ! OK
8 ;; ! OK
9 111 ; ! { dg-error "Semicolon at" }
10 end