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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
return_1.f90
blob
a8067b03c08c5317f4d6eb2a5f0ec8a313930f62
1
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! Test cases where no blank is required after RETURN
5
subroutine
sub
(*)
6
return
(
1
)
7
return1
! { dg-error "" }
8
end subroutine