libgfortran/ChangeLog:
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray_collectives_3.f90
blob971ee6ad1706e353d126ae6539664fb66e101b3b
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