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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
altreturn_2.f90
blob
9abf3501fb1b38fd81c77ce5ffa4a5cad83269a4
1
! { dg-do compile }
2
! { dg-options "-std=gnu" }
3
4
program
altreturn_2
5
call
foo
()
! { dg-error "Missing alternate return" }
6
contains
7
subroutine
foo
(*)
8
return
9
end subroutine
10
end program