OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / semicolon_free_2.f90
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