* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gfortran.dg / semicolon_free.f90
blob4d05d83f86bf32da283cbd33b862dcbef106584c
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
3 ! PR 19259 Semicolon cannot start a line
4 x=1; y=1;
5 x=2;;
6 x=3;
7 ; ! { dg-error "Semicolon at" }
8 ;; ! { dg-error "Semicolon at" }
9 111 ; ! { dg-error "Semicolon at" }
10 end