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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
coarray_collectives_3.f90
blob
971ee6ad1706e353d126ae6539664fb66e101b3b
1
! { dg-do compile }
2
!
3
! CO_SUM/CO_MIN/CO_MAX
4
!
5
program
test
6
implicit none
7
intrinsic
co_max
8
integer
::
val
9
call
co_max
(
val
)
! { dg-error "Coarrays disabled at .1., use -fcoarray= to enable" }
10
end program
test