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
2009-10-05 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
semicolon_fixed.f
blob
2c667ae0cb9764e75d1df773a622f2ebd19c9fb5
1
! {
dg
-
do
compile
}
2
!
PR
19259
Semicolon cannot start a line
3
x
=
1
;
y
=
1
;
4
x
=
2
;;
5
x
=
3
;
6
; ! {
dg
-
error
"Semicolon at"
}
7
;; ! {
dg
-
error
"Semicolon at"
}
8
900
; ! {
dg
-
error
"Semicolon at"
}
9
end