repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
semicolon_free_2.f90
blob
2fae26e16075cee17b1f66b6b75229c03861cf36
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