AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray_collectives_3.f90
blob04d540f373db1641c7ef59c4d0cd0df79eb7fa73
1 ! { dg-do compile }
3 ! CO_SUM/CO_MIN/CO_MAX
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
11 ! { dg-prune-output "compilation terminated" }