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
/
asynchronous_2.f90
blob
939c9e2f637e5645affb465caae248c521a779f0
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
!
4
! PR/fortran 25829
5
!
6
! Check parsing ASYNCHRONOUS
7
!
8
function
func2
()
result
(
res
)
9
asynchronous res
! { dg-error "Fortran 2003: ASYNCHRONOUS" }
10
end function
func2