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
ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
team_form_1.f90
blob
fd492f6ed84fc4d17fa10ec2d118372c4ee0f855
1
! { dg-do run }
2
! { dg-options "-fcoarray=single" }
3
!
4
! Tests if form team works
5
!
6
use
iso_fortran_env
,
only
:
team_type
7
implicit none
8
type
(
team_type
) ::
team
9
10
form
team
(
mod
(
this_image
(),
2
)+
1
,
team
)
11
12
end