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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr69497.f90
blob
291d906cb4519872ccc15ecad50cc9f6315ee1d7
1
! { dg-do compile }
2
! PR69497
3
program
p
4
block
5
do
6
end
block
! { dg-error "Expecting END DO statement" }
7
end
! { dg-error "END DO statement expected" }
8
! { dg-error "Unexpected end of file" "" { target "*-*-*" } 0 }