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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
semicolon_fixed.f
blob
7bd0ada825c79d2b357634c80de7debbd905871e
1
! {
dg
-
do
compile
}
2
! {
dg
-
options
"-std=f2003"
}
3
!
4
!
PR
19259
Semicolon cannot start a line
(
in F2003
)
5
x
=
1
;
y
=
1
;
6
x
=
2
;;
7
x
=
3
;
8
; ! {
dg
-
error
"Fortran 2008: Semicolon at"
}
9
;; ! {
dg
-
error
"Fortran 2008: Semicolon at"
}
10
900
; ! {
dg
-
error
"Semicolon at"
}
11
end