repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
semicolon_free.f90
blob
4d05d83f86bf32da283cbd33b862dcbef106584c
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