OSDN Git Service

PR debug/43557
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / semicolon_free.f90
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 111 ; ! { dg-error "Semicolon at" }
9 end